IEditorWorkspace.IsFocusInEditor 속성
버전 2에 적용
작업 영역에서 편집기에 포커스가 있는지 여부를 가져옵니다.
네임스페이스: Microsoft.WebMatrix.Extensibility
어셈블리: Microsoft.WebMatrix.Extensibility(Microsoft.WebMatrix.Extensibility.dll)
구문
‘선언
ReadOnly Property IsFocusInEditor As Boolean
Get
‘사용 방법
Dim instance As IEditorWorkspace
Dim value As Boolean
value = instance.IsFocusInEditor
bool IsFocusInEditor { get; }
property bool IsFocusInEditor {
bool get ();
}
abstract IsFocusInEditor : bool
function get IsFocusInEditor () : boolean
속성 값
유형: System.Boolean
작업 영역에서 편집기에 포커스가 있으면 true이고, 그렇지 않으면 false입니다.