IHostCommands 인터페이스
버전 2에 적용
호스트가 표시한 명령에 액세스하기 위한 속성 및 메서드를 제공합니다.
네임스페이스: Microsoft.WebMatrix.Extensibility
어셈블리: Microsoft.WebMatrix.Extensibility(Microsoft.WebMatrix.Extensibility.dll)
구문
‘선언
Public Interface IHostCommands
‘사용 방법
Dim instance As IHostCommands
public interface IHostCommands
public interface class IHostCommands
type IHostCommands = interface end
public interface IHostCommands
IHostCommands 유형에서 다음 멤버를 표시합니다.
속성
이름 | 설명 | |
---|---|---|
Copy | "copy" 명령을 가져옵니다. | |
Cut | "cut" 명령을 가져옵니다. | |
Exit | "exit" 명령을 가져옵니다. | |
OpenFileInEditor | "open file in editor" 명령을 가져옵니다. | |
Paste | "paste" 명령을 가져옵니다. | |
Refresh | "refresh" 명령을 가져옵니다. |
맨 위로 이동
메서드
이름 | 설명 | |
---|---|---|
GetCommand | 그룹 및 ID로 식별된 임의 명령을 가져오거나 만듭니다. |
맨 위로 이동