다음을 통해 공유


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 네임스페이스