다음을 통해 공유


ITextSearchNavigator.CurrentResult 속성

네임스페이스:  Microsoft.VisualStudio.Text.Operations
어셈블리:  Microsoft.VisualStudio.Text.Logic(Microsoft.VisualStudio.Text.Logic.dll)

구문

‘선언
ReadOnly Property CurrentResult As Nullable(Of SnapshotSpan)
Nullable<SnapshotSpan> CurrentResult { get; }
property Nullable<SnapshotSpan> CurrentResult {
    Nullable<SnapshotSpan> get ();
}
abstract CurrentResult : Nullable<SnapshotSpan> with get
function get CurrentResult () : Nullable<SnapshotSpan>

속성 값

형식: Nullable<SnapshotSpan>

.NET Framework 보안

참고 항목

참조

ITextSearchNavigator 인터페이스

Microsoft.VisualStudio.Text.Operations 네임스페이스