C# Class Microsoft.VisualStudio.R.Package.DataInspect.VariableView

Inheritance: System.Windows.Controls.UserControl, IDisposable
Datei anzeigen Open project: Microsoft/RTVS Class Usage Examples

Private Properties

Property Type Description
Comparison int
CopyEntry void
CopyValue void
DeleteCurrentVariableAsync Task
EnvironmentComboBox_SelectionChanged void
EvaluateAndDescribeAsync Task
GetCurrentSelectedModel VariableViewModel
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

Public Methods

Method Description
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

Protected Methods

Method Description
OnKeyDown ( KeyEventArgs e ) : void
OnKeyUp ( KeyEventArgs e ) : void
OnPreviewKeyDown ( KeyEventArgs e ) : void
OnPreviewKeyUp ( KeyEventArgs e ) : void

Private Methods

Method Description
Comparison ( ITreeNode left, ITreeNode right ) : int
CopyEntry ( VariableViewModel model ) : void
CopyValue ( VariableViewModel model ) : void
DeleteCurrentVariableAsync ( ) : Task
EnvironmentComboBox_SelectionChanged ( object sender, System.Windows.Controls.SelectionChangedEventArgs e ) : void
EvaluateAndDescribeAsync ( REnvironment env ) : Task
GetCurrentSelectedModel ( ) : VariableViewModel
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 ( REnvironment env ) : Task
SetRootNode ( VariableViewModel evaluation ) : void
ShowContextMenu ( ) : void

Method Details

Dispose() public method

public Dispose ( ) : void
return void

Invoke() public method

public Invoke ( System.Guid group, int id, object inputArg, object &outputArg ) : CommandResult
group System.Guid
id int
inputArg object
outputArg object
return CommandResult

IsGlobalREnvironment() public method

public IsGlobalREnvironment ( ) : bool
return bool

OnKeyDown() protected method

protected OnKeyDown ( KeyEventArgs e ) : void
e KeyEventArgs
return void

OnKeyUp() protected method

protected OnKeyUp ( KeyEventArgs e ) : void
e KeyEventArgs
return void

OnPreviewKeyDown() protected method

protected OnPreviewKeyDown ( KeyEventArgs e ) : void
e KeyEventArgs
return void

OnPreviewKeyUp() protected method

protected OnPreviewKeyUp ( KeyEventArgs e ) : void
e KeyEventArgs
return void

PostProcessInvoke() public method

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
return void

Status() public method

public Status ( System.Guid group, int id ) : CommandStatus
group System.Guid
id int
return CommandStatus

VariableView() public method

public VariableView ( ) : System
return System

VariableView() public method

public VariableView ( IRToolsSettings settings, ICoreShell shell ) : System
settings IRToolsSettings
shell ICoreShell
return System