共用方式為


ITextSearchNavigator.StartPoint 屬性

命名空間:  Microsoft.VisualStudio.Text.Operations
組件:  Microsoft.VisualStudio.Text.Logic (在 Microsoft.VisualStudio.Text.Logic.dll 中)

語法

'宣告
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>)

屬性值

類型:Nullable<SnapshotPoint>

.NET Framework 安全性

請參閱

參考

ITextSearchNavigator 介面

Microsoft.VisualStudio.Text.Operations 命名空間