RemoteViews.SetContentDescription メソッド

定義

オーバーロード

名前 説明
SetContentDescription(Int32, ICharSequence)

View の呼び出しに相当します。

SetContentDescription(Int32, String)

View の呼び出しに相当します。

SetContentDescription(Int32, ICharSequence)

View の呼び出しに相当します。

[Android.Runtime.Register("setContentDescription", "(ILjava/lang/CharSequence;)V", "GetSetContentDescription_ILjava_lang_CharSequence_Handler")]
public virtual void SetContentDescription(int viewId, Java.Lang.ICharSequence? contentDescription);
[<Android.Runtime.Register("setContentDescription", "(ILjava/lang/CharSequence;)V", "GetSetContentDescription_ILjava_lang_CharSequence_Handler")>]
abstract member SetContentDescription : int * Java.Lang.ICharSequence -> unit
override this.SetContentDescription : int * Java.Lang.ICharSequence -> unit

パラメーター

viewId
Int32

コンテンツの説明を変更する必要があるビューの ID。

contentDescription
ICharSequence

ビューの新しいコンテンツの説明。

属性

注釈

Javaドキュメント。

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

適用対象

SetContentDescription(Int32, String)

View の呼び出しに相当します。

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

パラメーター

viewId
Int32

コンテンツの説明を変更する必要があるビューの ID。

contentDescription
String

ビューの新しいコンテンツの説明。

注釈

Javaドキュメント。

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

適用対象