IEditorWorkspace.CurrentEditor 속성
버전 2에 적용
편집기 작업 영역이 활성 상태이고 편집기가 열려 있는 경우 현재 편집기를 가져옵니다.
네임스페이스: Microsoft.WebMatrix.Extensibility
어셈블리: Microsoft.WebMatrix.Extensibility(Microsoft.WebMatrix.Extensibility.dll)
구문
‘선언
ReadOnly Property CurrentEditor As IEditor
Get
‘사용 방법
Dim instance As IEditorWorkspace
Dim value As IEditor
value = instance.CurrentEditor
IEditor CurrentEditor { get; }
property IEditor^ CurrentEditor {
IEditor^ get ();
}
abstract CurrentEditor : IEditor
function get CurrentEditor () : IEditor
속성 값
유형: Microsoft.WebMatrix.Extensibility.Editor.IEditor
편집기 작업 영역이 활성 상태이고 편집기가 열려 있는 경우 현재 편집기입니다.