Android.Views.Accessibility.AccessibilityRecord.ContentDescriptionFormatted Property
Gets the description of the source.

Syntax

[get: Android.Runtime.Register("getContentDescription", "()Ljava/lang/CharSequence;", "GetGetContentDescriptionHandler")]
[set: Android.Runtime.Register("setContentDescription", "(Ljava/lang/CharSequence;)V", "GetSetContentDescription_Ljava_lang_CharSequence_Handler")]
public virtual Java.Lang.ICharSequence ContentDescriptionFormatted { get; set; }

Value

Documentation for this section has not yet been entered.

Exceptions

TypeReason
Java.Lang.IllegalStateExceptionIf called from an AccessibilityService.
Java.Lang.IllegalStateExceptionIf called from an AccessibilityService.
Java.Lang.IllegalStateExceptionIf called from an AccessibilityService.
Java.Lang.IllegalStateExceptionIf called from an AccessibilityService.
Java.Lang.IllegalStateExceptionIf called from an AccessibilityService.

Remarks

Get method documentation [Android Documentation]

Gets the description of the source.

Set method documentation [Android Documentation]

Sets the description of the source.

Requirements

Namespace: Android.Views.Accessibility
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 4