Share via


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

Voir aussi

Référence

FindData Structure

Microsoft.VisualStudio.Text.Operations, espace de noms