Freigeben über


FindData.TextSnapshotToSearch-Eigenschaft

Ruft den ITextSnapshot ab, in dem die Suche ausgeführt werden soll, oder legt ihn fest.

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

Syntax

'Declaration
Public Property TextSnapshotToSearch As ITextSnapshot
public ITextSnapshot TextSnapshotToSearch { get; set; }
public:
property ITextSnapshot^ TextSnapshotToSearch {
    ITextSnapshot^ get ();
    void set (ITextSnapshot^ value);
}
member TextSnapshotToSearch : ITextSnapshot with get, set
function get TextSnapshotToSearch () : ITextSnapshot 
function set TextSnapshotToSearch (value : ITextSnapshot)

Eigenschaftswert

Typ: Microsoft.VisualStudio.Text.ITextSnapshot
Das ITextSnapshot , um die Suche auszuführen.

Ausnahmen

Ausnahme Bedingung
ArgumentNullException

Der Wert ist nullein Nullverweis (Nothing in Visual Basic).

.NET Framework-Sicherheit

Siehe auch

Referenz

FindData Struktur

Microsoft.VisualStudio.Text.Operations-Namespace