C# Class Microsoft.VisualStudio.R.Package.ProjectSystem.OpenRDataCommandGroupHandler

Inheritance: IAsyncCommandGroupHandler
Afficher le fichier Open project: Microsoft/RTVS

Méthodes publiques

Méthode Description
GetCommandStatusAsync ( IImmutableSet nodes, long commandId, bool focused, string commandText, CommandStatus status ) : Task
OpenRDataCommandGroupHandler ( UnconfiguredProject unconfiguredProject, IRInteractiveWorkflowProvider workflowProvider ) : System
TryHandleCommandAsync ( IImmutableSet nodes, long commandId, bool focused, long commandExecuteOptions, IntPtr variantArgIn, IntPtr variantArgOut ) : Task

Méthodes protégées

Méthode Description
TryHandleCommandAsyncInternal ( IProjectTree rDataNode ) : Task

Private Methods

Méthode Description
IsRData ( IProjectTree node ) : bool

Method Details

GetCommandStatusAsync() public méthode

public GetCommandStatusAsync ( IImmutableSet nodes, long commandId, bool focused, string commandText, CommandStatus status ) : Task
nodes IImmutableSet
commandId long
focused bool
commandText string
status CommandStatus
Résultat Task

OpenRDataCommandGroupHandler() public méthode

public OpenRDataCommandGroupHandler ( UnconfiguredProject unconfiguredProject, IRInteractiveWorkflowProvider workflowProvider ) : System
unconfiguredProject UnconfiguredProject
workflowProvider IRInteractiveWorkflowProvider
Résultat System

TryHandleCommandAsync() public méthode

public TryHandleCommandAsync ( IImmutableSet nodes, long commandId, bool focused, long commandExecuteOptions, IntPtr variantArgIn, IntPtr variantArgOut ) : Task
nodes IImmutableSet
commandId long
focused bool
commandExecuteOptions long
variantArgIn System.IntPtr
variantArgOut System.IntPtr
Résultat Task

TryHandleCommandAsyncInternal() protected méthode

protected TryHandleCommandAsyncInternal ( IProjectTree rDataNode ) : Task
rDataNode IProjectTree
Résultat Task