Share via


FindData.TextSnapshotToSearch, propriété

Obtient ou définit le ITextSnapshot sur lequel porte la recherche.

Espace de noms :  Microsoft.VisualStudio.Text.Operations
Assembly :  Microsoft.VisualStudio.Text.Logic (dans Microsoft.VisualStudio.Text.Logic.dll)

Syntaxe

'Déclaration
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)

Valeur de propriété

Type : Microsoft.VisualStudio.Text.ITextSnapshot
ITextSnapshot sur lequel pour effectuer la recherche.

Exceptions

Exception Condition
ArgumentNullException

La valeur est nullune référence null (Nothing en Visual Basic).

Sécurité .NET Framework

Voir aussi

Référence

FindData Structure

Microsoft.VisualStudio.Text.Operations, espace de noms