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

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

공개 메소드들

메소드 설명
GetCommandStatus ( IImmutableSet nodes, long commandId, bool focused, string commandText, CommandStatus progressiveStatus ) : CommandStatusResult
ProjectCommand ( int id, Func nodesCheck = null ) : System
TryHandleCommand ( IImmutableSet nodes, long commandId, bool focused, long commandExecuteOptions, IntPtr variantArgIn, IntPtr variantArgOut ) : bool

메소드 상세

GetCommandStatus() 공개 메소드

public GetCommandStatus ( IImmutableSet nodes, long commandId, bool focused, string commandText, CommandStatus progressiveStatus ) : CommandStatusResult
nodes IImmutableSet
commandId long
focused bool
commandText string
progressiveStatus CommandStatus
리턴 CommandStatusResult

ProjectCommand() 공개 메소드

public ProjectCommand ( int id, Func nodesCheck = null ) : System
id int
nodesCheck Func
리턴 System

TryHandleCommand() 공개 메소드

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
리턴 bool