AccessibilityNodeInfo.ContentDescriptionFormatted 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得該節點的內容描述。 -或- 設定該節點的內容描述。
public virtual Java.Lang.ICharSequence? ContentDescriptionFormatted { [Android.Runtime.Register("getContentDescription", "()Ljava/lang/CharSequence;", "GetGetContentDescriptionHandler")] get; [Android.Runtime.Register("setContentDescription", "(Ljava/lang/CharSequence;)V", "GetSetContentDescription_Ljava_lang_CharSequence_Handler")] set; }
[<get: Android.Runtime.Register("getContentDescription", "()Ljava/lang/CharSequence;", "GetGetContentDescriptionHandler")>]
[<set: Android.Runtime.Register("setContentDescription", "(Ljava/lang/CharSequence;)V", "GetSetContentDescription_Ljava_lang_CharSequence_Handler")>]
member this.ContentDescriptionFormatted : Java.Lang.ICharSequence with get, set
屬性值
內容說明。
- 屬性
例外狀況
如果是從無障礙服務(AccessibilityService)打電話來。
備註
財產取得者文件:
取得該節點的內容描述。
Java 文件 android.view.accessibility.AccessibilityNodeInfo.getContentDescription()。
屬性設定文件:
設定該節點的內容描述。
<strong>注意:</strong> 不能從 android.accessibilityservice.AccessibilityService. 此類別在交付給無障礙服務前會被設定為不可變。
本頁部分內容為基於 Open Source Project 所創建與分享的作品,並依授權條款所描述的使用進行修改。