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

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

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

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

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

Метод Описание
CopyRemoteItemPathCommand ( ConfiguredProject configuredProject, IRInteractiveWorkflowProvider interactiveWorkflowProvider, ICoreShell coreShell ) : System

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

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

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

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

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