WebView.FindAll(String) Method

Definition

Caution

deprecated

Finds all instances of find on the page and highlights them.

[Android.Runtime.Register("findAll", "(Ljava/lang/String;)I", "GetFindAll_Ljava_lang_String_Handler")]
[System.Obsolete("deprecated")]
public virtual int FindAll (string? find);
[<Android.Runtime.Register("findAll", "(Ljava/lang/String;)I", "GetFindAll_Ljava_lang_String_Handler")>]
[<System.Obsolete("deprecated")>]
abstract member FindAll : string -> int
override this.FindAll : string -> int

Parameters

find
String

the string to find

Returns

Int32
Attributes

Remarks

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to

See also

  • <xref:Android.Webkit.WebView.SetFindListener(.IFindListener)>