C# 클래스 Microsoft.VisualStudio.R.Package.ProjectSystem.OpenRDataCommandGroupHandler

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

공개 메소드들

메소드 설명
GetCommandStatusAsync ( IImmutableSet nodes, long commandId, bool focused, string commandText, CommandStatus status ) : Task
OpenRDataCommandGroupHandler ( UnconfiguredProject unconfiguredProject, IRInteractiveWorkflowProvider workflowProvider ) : System
TryHandleCommandAsync ( IImmutableSet nodes, long commandId, bool focused, long commandExecuteOptions, IntPtr variantArgIn, IntPtr variantArgOut ) : Task

보호된 메소드들

메소드 설명
TryHandleCommandAsyncInternal ( IProjectTree rDataNode ) : Task

비공개 메소드들

메소드 설명
IsRData ( IProjectTree node ) : bool

메소드 상세

GetCommandStatusAsync() 공개 메소드

public GetCommandStatusAsync ( IImmutableSet nodes, long commandId, bool focused, string commandText, CommandStatus status ) : Task
nodes IImmutableSet
commandId long
focused bool
commandText string
status CommandStatus
리턴 Task

OpenRDataCommandGroupHandler() 공개 메소드

public OpenRDataCommandGroupHandler ( UnconfiguredProject unconfiguredProject, IRInteractiveWorkflowProvider workflowProvider ) : System
unconfiguredProject UnconfiguredProject
workflowProvider IRInteractiveWorkflowProvider
리턴 System

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

TryHandleCommandAsyncInternal() 보호된 메소드

protected TryHandleCommandAsyncInternal ( IProjectTree rDataNode ) : Task
rDataNode IProjectTree
리턴 Task