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

Java。コンテンツの説明に使用される Lang.ICharSequence 値。

属性

注釈

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

Javaドキュメント。

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

適用対象

SetContentDescription(String)

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

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

パラメーター

contentDescription
String

コンテンツの説明に使用される System.String 値。

注釈

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

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

適用対象