C# Класс Microsoft.VisualStudio.R.Package.ProjectSystem.Commands.ProjectCommand

Наследование: ICommandGroupHandler
Показать файл Открыть проект

Открытые методы

Метод Описание
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

Описание методов

GetCommandStatus() публичный Метод

public GetCommandStatus ( IImmutableSet nodes, long commandId, bool focused, string commandText, CommandStatus progressiveStatus ) : CommandStatusResult
nodes IImmutableSet
commandId long
focused bool
commandText string
progressiveStatus CommandStatus
Результат CommandStatusResult

ProjectCommand() публичный Метод

public ProjectCommand ( int id, Func nodesCheck = null ) : System
id int
nodesCheck Func
Результат System

TryHandleCommand() публичный Метод

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
Результат bool