프로퍼티 | 타입 | 설명 | |
---|---|---|---|
Comparison | int | ||
CopyEntry | void | ||
CopyValue | void | ||
DeleteCurrentVariableAsync | Task | ||
EnvironmentComboBox_SelectionChanged | void | ||
EvaluateAndDescribeAsync | Task |
||
GetCurrentSelectedModel | |||
GetEnvironmentIcon | ImageMoniker | ||
GetVariableIcon | ImageMoniker | ||
GridRow_MouseDoubleClick | void | ||
GridRow_MouseRightButtonUp | void | ||
HandleDefaultAction | void | ||
RootTreeGrid_Sorting | void | ||
SelectRow | void | ||
SetClipboardData | void | ||
SetRootModelAsync | Task | ||
SetRootNode | void | ||
ShowContextMenu | void |
메소드 | 설명 | |
---|---|---|
Dispose ( ) : void | ||
Invoke ( System.Guid group, int id, object inputArg, object &outputArg ) : CommandResult | ||
IsGlobalREnvironment ( ) : bool | ||
PostProcessInvoke ( CommandResult result, System.Guid group, int id, object inputArg, object &outputArg ) : void | ||
Status ( System.Guid group, int id ) : CommandStatus | ||
VariableView ( ) : System | ||
VariableView ( IRToolsSettings settings, ICoreShell shell ) : System |
메소드 | 설명 | |
---|---|---|
OnKeyDown ( KeyEventArgs e ) : void | ||
OnKeyUp ( KeyEventArgs e ) : void | ||
OnPreviewKeyDown ( KeyEventArgs e ) : void | ||
OnPreviewKeyUp ( KeyEventArgs e ) : void |
메소드 | 설명 | |
---|---|---|
Comparison ( ITreeNode left, ITreeNode right ) : int | ||
CopyEntry ( |
||
CopyValue ( |
||
DeleteCurrentVariableAsync ( ) : Task | ||
EnvironmentComboBox_SelectionChanged ( object sender, System.Windows.Controls.SelectionChangedEventArgs e ) : void | ||
EvaluateAndDescribeAsync ( |
||
GetCurrentSelectedModel ( ) : |
||
GetEnvironmentIcon ( REnvironmentKind kind ) : ImageMoniker | ||
GetVariableIcon ( IREvaluationResultInfo info ) : ImageMoniker | ||
GridRow_MouseDoubleClick ( object sender, MouseButtonEventArgs e ) : void | ||
GridRow_MouseRightButtonUp ( object sender, MouseButtonEventArgs e ) : void | ||
HandleDefaultAction ( ) : void | ||
RootTreeGrid_Sorting ( object sender, System.Windows.Controls.DataGridSortingEventArgs e ) : void | ||
SelectRow ( System.Windows.Controls.DataGridRow row ) : void | ||
SetClipboardData ( string text ) : void | ||
SetRootModelAsync ( |
||
SetRootNode ( |
||
ShowContextMenu ( ) : void |
public Invoke ( System.Guid group, int id, object inputArg, object &outputArg ) : CommandResult | ||
group | System.Guid | |
id | int | |
inputArg | object | |
outputArg | object | |
리턴 | CommandResult |
protected OnPreviewKeyDown ( KeyEventArgs e ) : void | ||
e | KeyEventArgs | |
리턴 | void |
public PostProcessInvoke ( CommandResult result, System.Guid group, int id, object inputArg, object &outputArg ) : void | ||
result | CommandResult | |
group | System.Guid | |
id | int | |
inputArg | object | |
outputArg | object | |
리턴 | void |
public Status ( System.Guid group, int id ) : CommandStatus | ||
group | System.Guid | |
id | int | |
리턴 | CommandStatus |
public VariableView ( IRToolsSettings settings, ICoreShell shell ) : System | ||
settings | IRToolsSettings | |
shell | ICoreShell | |
리턴 | System |