C# 클래스 Microsoft.VisualStudio.R.Package.ProjectSystem.Commands.SourceFilesCommand

상속: SendFileCommandBase, IAsyncCommandGroupHandler
파일 보기 프로젝트 열기: Microsoft/RTVS

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
SourceFilesCommand ( ConfiguredProject configuredProject, IRInteractiveWorkflowProvider interactiveWorkflowProvider, IApplicationShell appShell ) : 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