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

Inheritance: ICommandGroupHandler
Mostra file Open project: Microsoft/RTVS

Public Methods

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

Private Methods

Method Description
SetDirectoryHereCommand ( UnconfiguredProject unconfiguredProject, IRInteractiveWorkflowProvider interactiveWorkflowProvider ) : System

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

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