IEditorSelection.CurrentColumn-Eigenschaft
Die folgenden Ausführungen gelten für v2.
Ruft die aktuell ausgewählte Spalte ab.
Namespace: Microsoft.WebMatrix.Extensibility.Editor
Assembly: Microsoft.WebMatrix.Extensibility (in Microsoft.WebMatrix.Extensibility.dll)
Syntax
'Declaration
ReadOnly Property CurrentColumn As Integer
Get
'Usage
Dim instance As IEditorSelection
Dim value As Integer
value = instance.CurrentColumn
int CurrentColumn { get; }
property int CurrentColumn {
int get ();
}
abstract CurrentColumn : int
function get CurrentColumn () : int
Eigenschaftswert
Typ: System.Int32
Die aktuell ausgewählte Spalte.