FindData.SearchString, propriété
Obtient ou définit la chaîne à utiliser dans le cadre de 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 SearchString As String
public string SearchString { get; set; }
public:
property String^ SearchString {
String^ get ();
void set (String^ value);
}
member SearchString : string with get, set
function get SearchString () : String
function set SearchString (value : String)
Valeur de propriété
Type : String
La chaîne à l'utiliser dans la recherche.
Exceptions
Exception | Condition |
---|---|
ArgumentNullException | La valeur est nullune référence null (Nothing en Visual Basic). |
ArgumentOutOfRangeException | La valeur est une chaîne vide. |
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.