ITextRange.FindText(String, Int32, FindOptions) Méthode
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.
Recherche une chaîne de texte particulière dans une plage et, si elle est trouvée, sélectionne la chaîne.
public:
int FindText(Platform::String ^ value, int scanLength, FindOptions options);
int FindText(winrt::hstring const& value, int const& scanLength, FindOptions const& options);
public int FindText(string value, int scanLength, FindOptions options);
function findText(value, scanLength, options)
Public Function FindText (value As String, scanLength As Integer, options As FindOptions) As Integer
Paramètres
- value
-
String
Platform::String
winrt::hstring
Chaîne de texte à rechercher.
- scanLength
-
Int32
int
Nombre maximal de caractères à rechercher. Il peut s’agir de l’un des éléments suivants.
- options
- FindOptions
Options à utiliser lors de la recherche de texte.
Retours
int
Longueur de la chaîne de texte correspondante, ou zéro si aucune chaîne correspondante n’est trouvée.