AccessibilityNodeInfo.ClassNameFormatted Property

Definition

Gets the class this node comes from. -or- Sets the class this node comes from.

public virtual Java.Lang.ICharSequence? ClassNameFormatted { [Android.Runtime.Register("getClassName", "()Ljava/lang/CharSequence;", "GetGetClassNameHandler")] get; [Android.Runtime.Register("setClassName", "(Ljava/lang/CharSequence;)V", "GetSetClassName_Ljava_lang_CharSequence_Handler")] set; }
[<get: Android.Runtime.Register("getClassName", "()Ljava/lang/CharSequence;", "GetGetClassNameHandler")>]
[<set: Android.Runtime.Register("setClassName", "(Ljava/lang/CharSequence;)V", "GetSetClassName_Ljava_lang_CharSequence_Handler")>]
member this.ClassNameFormatted : Java.Lang.ICharSequence with get, set

Property Value

The class name.

Attributes

Exceptions

If called from an AccessibilityService.

Remarks

Property getter documentation:

Gets the class this node comes from.

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

Property setter documentation:

Sets the class this node comes from.

<strong>Note:</strong> Cannot be called from an android.accessibilityservice.AccessibilityService. This class is made immutable before being delivered to an AccessibilityService.

Java documentation for android.view.accessibility.AccessibilityNodeInfo.setClassName(java.lang.CharSequence).

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