ViewStructure.SetContentDescription メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
| 名前 | 説明 |
|---|---|
| SetContentDescription(ICharSequence) |
|
| SetContentDescription(String) |
|
SetContentDescription(ICharSequence)
View#getContentDescription View.getContentDescription()に従って、ビューのコンテンツの説明を設定します。
[Android.Runtime.Register("setContentDescription", "(Ljava/lang/CharSequence;)V", "GetSetContentDescription_Ljava_lang_CharSequence_Handler", ApiSince=23)]
public abstract void SetContentDescription(Java.Lang.ICharSequence? contentDescription);
[<Android.Runtime.Register("setContentDescription", "(Ljava/lang/CharSequence;)V", "GetSetContentDescription_Ljava_lang_CharSequence_Handler", ApiSince=23)>]
abstract member SetContentDescription : Java.Lang.ICharSequence -> unit
パラメーター
- contentDescription
- ICharSequence
Java。コンテンツの説明に使用される Lang.ICharSequence 値。
- 属性
注釈
View#getContentDescription View.getContentDescription()に従って、ビューのコンテンツの説明を設定します。
このページの一部は、によって作成および共有され、に記載されている条件に従って使用される作業に基づく変更です。
適用対象
SetContentDescription(String)
View#getContentDescription View.getContentDescription()に従って、ビューのコンテンツの説明を設定します。
public void SetContentDescription(string? contentDescription);
member this.SetContentDescription : string -> unit
パラメーター
- contentDescription
- String
コンテンツの説明に使用される System.String 値。
注釈
View#getContentDescription View.getContentDescription()に従って、ビューのコンテンツの説明を設定します。
このページの一部は、によって作成および共有され、に記載されている条件に従って使用される作業に基づく変更です。