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
- Volle Vertrauenswürdigkeit für den unmittelbaren Aufrufer. Dieser Member kann von nur teilweise vertrauenswürdigem Code nicht verwendet werden. Weitere Informationen finden Sie unter Verwenden von Bibliotheken aus teilweise vertrauenswürdigem Code.