Partager via


ITextRangeProvider.FindText(String, Boolean, Boolean) Méthode

Définition

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.

S’applique à