Partager via


ITextSearchNavigator.StartPoint, propriété

Espace de noms :  Microsoft.VisualStudio.Text.Operations
Assembly :  Microsoft.VisualStudio.Text.Logic (dans Microsoft.VisualStudio.Text.Logic.dll)

Syntaxe

'Déclaration
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>)

Valeur de propriété

Type : Nullable<SnapshotPoint>

Sécurité .NET Framework

Voir aussi

Référence

ITextSearchNavigator Interface

Microsoft.VisualStudio.Text.Operations, espace de noms