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
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, voir Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.