ITextRangeProvider.FindText(String, Boolean, Boolean) 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.
Retourne un sous-ensemble de la plage de texte qui contient le texte spécifié.
public:
ITextRangeProvider ^ FindText(Platform::String ^ text, bool backward, bool ignoreCase);
ITextRangeProvider FindText(winrt::hstring const& text, bool const& backward, bool const& ignoreCase);
public ITextRangeProvider FindText(string text, bool backward, bool ignoreCase);
function findText(text, backward, ignoreCase)
Public Function FindText (text As String, backward As Boolean, ignoreCase As Boolean) As ITextRangeProvider
Paramètres
- text
-
String
Platform::String
winrt::hstring
Chaîne de texte à rechercher.
- backward
-
Boolean
bool
true pour retourner la dernière plage de texte en cours au lieu de la première ; sinon, false.
- ignoreCase
-
Boolean
bool
true pour ignorer la casse ; sinon, false.
Retours
Plage de texte qui correspond au texte spécifié ; sinon, null.