FindViewsWith Enum

Definition

Enumerates values returned by the ContentDescription, Text, and FindViewsWithContentDescription members and taken as a parameter of the F:Android.Views.View.FindViewsWithText, and F:Android.Views.View.FindViewsWithText members.

This enumeration supports a bitwise combination of its member values.

[System.Flags]
public enum FindViewsWith
[<System.Flags>]
type FindViewsWith = 
Inheritance
FindViewsWith
Attributes

Fields

ContentDescription 2

Find find views that contain the specified content description.

Text 1

Find views that render the specified text.

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