共用方式為


Toolbar.SetNavigationContentDescription(Int32) 方法

定義

如果導覽按鈕存在,請設定內容描述。

[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 屬性授權中所述的詞彙使用。

適用於