Compartilhar via


Propriedade ITextSearchNavigator.CurrentResult

Namespace:  Microsoft.VisualStudio.Text.Operations
Assembly:  Microsoft.VisualStudio.Text.Logic (em Microsoft.VisualStudio.Text.Logic.dll)

Sintaxe

'Declaração
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>

Valor de propriedade

Tipo: Nullable<SnapshotSpan>

Segurança do .NET Framework

Consulte também

Referência

ITextSearchNavigator Interface

Namespace Microsoft.VisualStudio.Text.Operations