Freigeben über


IEditorSelection.StartSelectionPosition-Eigenschaft

Die folgenden Ausführungen gelten für v2.

Ruft die Pufferposition für den Anfang der Auswahl ab.

Namespace:  Microsoft.WebMatrix.Extensibility.Editor
Assembly:  Microsoft.WebMatrix.Extensibility (in Microsoft.WebMatrix.Extensibility.dll)

Syntax

'Declaration
ReadOnly Property StartSelectionPosition As Integer 
    Get
'Usage
Dim instance As IEditorSelection 
Dim value As Integer 

value = instance.StartSelectionPosition
int StartSelectionPosition { get; }
property int StartSelectionPosition {
    int get ();
}
abstract StartSelectionPosition : int
function get StartSelectionPosition () : int

Eigenschaftswert

Typ: System.Int32
Die Pufferposition für den Anfang der Auswahl.

Siehe auch

Verweis

IEditorSelection Schnittstelle

Microsoft.WebMatrix.Extensibility.Editor-Namespace