C# Class Microsoft.VisualStudio.R.Package.ProjectSystem.Commands.ProjectCommand

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

Méthodes publiques

Méthode Description
GetCommandStatus ( IImmutableSet nodes, long commandId, bool focused, string commandText, CommandStatus progressiveStatus ) : CommandStatusResult
ProjectCommand ( int id, Func nodesCheck = null ) : System
TryHandleCommand ( IImmutableSet nodes, long commandId, bool focused, long commandExecuteOptions, IntPtr variantArgIn, IntPtr variantArgOut ) : bool

Method Details

GetCommandStatus() public méthode

public GetCommandStatus ( IImmutableSet nodes, long commandId, bool focused, string commandText, CommandStatus progressiveStatus ) : CommandStatusResult
nodes IImmutableSet
commandId long
focused bool
commandText string
progressiveStatus CommandStatus
Résultat CommandStatusResult

ProjectCommand() public méthode

public ProjectCommand ( int id, Func nodesCheck = null ) : System
id int
nodesCheck Func
Résultat System

TryHandleCommand() public méthode

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