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

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

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

Метод Описание
GetCommandStatus ( IImmutableSet nodes, long commandId, bool focused, string commandText, CommandStatus progressiveStatus ) : CommandStatusResult
TryHandleCommand ( IImmutableSet nodes, long commandId, bool focused, long commandExecuteOptions, IntPtr variantArgIn, IntPtr variantArgOut ) : bool

Приватные методы

Метод Описание
OpenContainingFolderCommand ( UnconfiguredProject unconfiguredProject, [ AllowDefault = true)]IProcessServicesps ) : System

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

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

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