Toolbar.SetNavigationContentDescription(Int32) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
如果導覽按鈕存在,請設定內容描述。
[Android.Runtime.Register("setNavigationContentDescription", "(I)V", "GetSetNavigationContentDescription_IHandler")]
public virtual void SetNavigationContentDescription (int resId);
[<Android.Runtime.Register("setNavigationContentDescription", "(I)V", "GetSetNavigationContentDescription_IHandler")>]
abstract member SetNavigationContentDescription : int -> unit
override this.SetNavigationContentDescription : int -> unit
參數
- resId
- Int32
要設定的內容描述字串資源標識碼,或 0 以清除描述
- 屬性
備註
如果導覽按鈕存在,請設定內容描述。 內容描述會透過螢幕助讀程式或其他輔助功能系統來讀取,以說明瀏覽按鈕的動作。
的 android.widget.Toolbar.setNavigationContentDescription(int)
Java 檔。
此頁面的部分是根據 Android 開放原始碼專案所建立和共用的工作進行修改,並根據 Creative Commons 2.5 屬性授權中所述的詞彙使用。