ITextSearchNavigator.SearchTerm Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Terme à rechercher.
public:
property System::String ^ SearchTerm { System::String ^ get(); void set(System::String ^ value); };
public:
property Platform::String ^ SearchTerm { Platform::String ^ get(); void set(Platform::String ^ value); };
public string SearchTerm { get; set; }
member this.SearchTerm : string with get, set
Public Property SearchTerm As String
Valeur de propriété
Retourne le terme à rechercher.
Remarques
La modification de SearchTerm n’effectue pas de recherche. Pour cela, appelez la méthode Find() .