IEditor.CommandTarget 속성
버전 2에 적용
명령 대상을 가져옵니다.
네임스페이스: Microsoft.WebMatrix.Extensibility.Editor
어셈블리: Microsoft.WebMatrix.Extensibility(Microsoft.WebMatrix.Extensibility.dll)
구문
‘선언
ReadOnly Property CommandTarget As ICommandTarget
Get
‘사용 방법
Dim instance As IEditor
Dim value As ICommandTarget
value = instance.CommandTarget
ICommandTarget CommandTarget { get; }
property ICommandTarget^ CommandTarget {
ICommandTarget^ get ();
}
abstract CommandTarget : ICommandTarget
function get CommandTarget () : ICommandTarget
속성 값
유형: Microsoft.WebMatrix.Extensibility.ICommandTarget
명령 대상입니다.
주의
편집기는 명령 집합을 지원할 수 있습니다(선택 사항). 편집기에서 명령을 지원하지 않으면 null을 반환할 수 있습니다.