IEditorWorkspace.IsFocusInEditor-Eigenschaft
Die folgenden Ausführungen gelten für v2.
Ruft ab, ob der Fokus des Arbeitsbereichs im Editor liegt.
Namespace: Microsoft.WebMatrix.Extensibility
Assembly: Microsoft.WebMatrix.Extensibility (in Microsoft.WebMatrix.Extensibility.dll)
Syntax
'Declaration
ReadOnly Property IsFocusInEditor As Boolean
Get
'Usage
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
Eigenschaftswert
Typ: System.Boolean
true , wenn der Fokus des Arbeitsbereichs im Editor liegt, andernfalls false.