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 命名空间