Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Die folgenden Ausführungen gelten für v2.
Ruft ab, ob es sich bei der Auswahl um eine Blockauswahl handelt.
Namespace: Microsoft.WebMatrix.Extensibility.Editor
Assembly: Microsoft.WebMatrix.Extensibility (in Microsoft.WebMatrix.Extensibility.dll)
Syntax
'Declaration
ReadOnly Property IsBlockSelection As Boolean
Get
'Usage
Dim instance As IEditorSelection
Dim value As Boolean
value = instance.IsBlockSelection
bool IsBlockSelection { get; }
property bool IsBlockSelection {
bool get ();
}
abstract IsBlockSelection : bool
function get IsBlockSelection () : boolean
Eigenschaftswert
Typ: System.Boolean
true , wenn die Auswahl eine Blockauswahl ist, andernfalls false.