Condividi tramite


Proprietà ITextSearchNavigator.StartPoint

Spazio dei nomi:  Microsoft.VisualStudio.Text.Operations
Assembly:  Microsoft.VisualStudio.Text.Logic (in Microsoft.VisualStudio.Text.Logic.dll)

Sintassi

'Dichiarazione
Property StartPoint As Nullable(Of SnapshotPoint)
Nullable<SnapshotPoint> StartPoint { get; set; }
property Nullable<SnapshotPoint> StartPoint {
    Nullable<SnapshotPoint> get ();
    void set (Nullable<SnapshotPoint> value);
}
abstract StartPoint : Nullable<SnapshotPoint> with get, set
function get StartPoint () : Nullable<SnapshotPoint>
function set StartPoint (value : Nullable<SnapshotPoint>)

Valore proprietà

Tipo: Nullable<SnapshotPoint>

Sicurezza di .NET Framework

Vedere anche

Riferimenti

ITextSearchNavigator Interfaccia

Spazio dei nomi Microsoft.VisualStudio.Text.Operations