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

the number of occurrences of the String "find" that were found

Attributes

Remarks

Finds all instances of find on the page and highlights them. Notifies any registered FindListener.

This member is deprecated. #findAllAsync is preferred.

Java documentation for android.webkit.WebView.findAll(java.lang.String).

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)>