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

Inheritance: ICommandGroupHandler
Exibir arquivo Open project: Microsoft/RTVS

Public Methods

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

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

ProjectCommand() public method

public ProjectCommand ( int id, Func nodesCheck = null ) : System
id int
nodesCheck Func
return System

TryHandleCommand() public method

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