ITextSearchNavigator.SearchTerm Propriété

Définition

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é

String

Retourne le terme à rechercher.

Remarques

La modification de SearchTerm n’effectue pas de recherche. Pour cela, appelez la méthode Find() .

S’applique à