Partager via


RichEditTextRange.FindText(String, Int32, FindOptions) Méthode

Définition

Recherche une chaîne de texte particulière dans une plage et, le cas échéant, sélectionne la chaîne.

public:
 virtual int FindText(Platform::String ^ value, int scanLength, FindOptions options) = FindText;
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

Int32

int

Longueur de la chaîne de texte correspondante ou zéro si aucune chaîne correspondante n’est trouvée.

Implémente

M:Windows.UI.Text.ITextRange.FindText(System.String,System.Int32,Windows.UI.Text.FindOptions) M:Windows.UI.Text.ITextRange.FindText(Platform::String,int,Windows.UI.Text.FindOptions) M:Windows.UI.Text.ITextRange.FindText(winrt::hstring,int,Windows.UI.Text.FindOptions)

S’applique à