AccessibilityNodeInfo.ViewIdResourceName Property

Definition

Gets the fully qualified resource name of the source view's id. -or- Sets the fully qualified resource name of the source view's id.

public virtual string? ViewIdResourceName { [Android.Runtime.Register("getViewIdResourceName", "()Ljava/lang/String;", "GetGetViewIdResourceNameHandler")] get; [Android.Runtime.Register("setViewIdResourceName", "(Ljava/lang/String;)V", "GetSetViewIdResourceName_Ljava_lang_String_Handler")] set; }
[<get: Android.Runtime.Register("getViewIdResourceName", "()Ljava/lang/String;", "GetGetViewIdResourceNameHandler")>]
[<set: Android.Runtime.Register("setViewIdResourceName", "(Ljava/lang/String;)V", "GetSetViewIdResourceName_Ljava_lang_String_Handler")>]
member this.ViewIdResourceName : string with get, set

Property Value

String

The id resource name.

Attributes

Remarks

Property getter documentation:

Java documentation for android.view.accessibility.AccessibilityNodeInfo.getViewIdResourceName().

Property setter documentation:

Java documentation for android.view.accessibility.AccessibilityNodeInfo.setViewIdResourceName(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