RemoteViews.SetContentDescription メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
| 名前 | 説明 |
|---|---|
| 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
ビューの新しいコンテンツの説明。
- 属性
注釈
このページの一部は、によって作成および共有され、に記載されている条件に従って使用される作業に基づく変更です。
適用対象
SetContentDescription(Int32, String)
View の呼び出しに相当します。
public void SetContentDescription(int viewId, string? contentDescription);
member this.SetContentDescription : int * string -> unit
パラメーター
- viewId
- Int32
コンテンツの説明を変更する必要があるビューの ID。
- contentDescription
- String
ビューの新しいコンテンツの説明。
注釈
このページの一部は、によって作成および共有され、に記載されている条件に従って使用される作業に基づく変更です。