Anteckning
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Applies to v2.
Gets whether the selection is a block selection.
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
Property Value
Type: System.Boolean
true if the selection is a block selection; otherwise, false.