Share via


ViewStructure.SetContentDescription メソッド

定義

オーバーロード

SetContentDescription(ICharSequence)

に従って、ビューのコンテンツの説明を設定します View#getContentDescription View.getContentDescription()

SetContentDescription(String)

に従って、ビューのコンテンツの説明を設定します View#getContentDescription View.getContentDescription()

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
属性

注釈

に従って、ビューのコンテンツの説明を設定します View#getContentDescription View.getContentDescription()

の Java ドキュメント android.view.ViewStructure.setContentDescription(java.lang.CharSequence)

このページの一部は、によって作成および共有され、に記載されている条件に従って使用される作業に基づく変更です。

適用対象

SetContentDescription(String)

に従って、ビューのコンテンツの説明を設定します View#getContentDescription View.getContentDescription()

public void SetContentDescription (string? contentDescription);
member this.SetContentDescription : string -> unit

パラメーター

contentDescription
String

注釈

に従って、ビューのコンテンツの説明を設定します View#getContentDescription View.getContentDescription()

の Java ドキュメント android.view.ViewStructure.setContentDescription(java.lang.CharSequence)

このページの一部は、によって作成および共有され、に記載されている条件に従って使用される作業に基づく変更です。

適用対象