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

Inheritance: IAsyncCommandGroupHandler
Exibir arquivo Open project: Microsoft/RTVS

Public Methods

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

Private Methods

Method Description
CopyRemoteItemPathCommand ( ConfiguredProject configuredProject, IRInteractiveWorkflowProvider interactiveWorkflowProvider, ICoreShell coreShell ) : System

Method Details

GetCommandStatusAsync() public method

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

TryHandleCommandAsync() public method

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