RemoteViews.SetCharSequenceAttr(Int32, String, Int32) メソッド

定義

この RemoteView のレイアウト内のビューに対して 1 つの CharSequence を受け取るメソッドを呼び出します。

[Android.Runtime.Register("setCharSequenceAttr", "(ILjava/lang/String;I)V", "GetSetCharSequenceAttr_ILjava_lang_String_IHandler", ApiSince=31)]
public virtual void SetCharSequenceAttr(int viewId, string methodName, int stringAttribute);
[<Android.Runtime.Register("setCharSequenceAttr", "(ILjava/lang/String;I)V", "GetSetCharSequenceAttr_ILjava_lang_String_IHandler", ApiSince=31)>]
abstract member SetCharSequenceAttr : int * string * int -> unit
override this.SetCharSequenceAttr : int * string * int -> unit

パラメーター

viewId
Int32

メソッドを呼び出すビューの ID。

methodName
String

呼び出すメソッドの名前。

stringAttribute
Int32

解決し、メソッドに引数として渡す属性。

属性

注釈

Javaドキュメント。

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

適用対象