ControlButton コンストラクター

定義

オーバーロード

ControlButton(Boolean, ICharSequence)

[Android.Runtime.Register(".ctor", "(ZLjava/lang/CharSequence;)V", "", ApiSince=30)]
public ControlButton(bool checked, Java.Lang.ICharSequence actionDescription);
[<Android.Runtime.Register(".ctor", "(ZLjava/lang/CharSequence;)V", "", ApiSince=30)>]
new Android.Service.Controls.Templates.ControlButton : bool * Java.Lang.ICharSequence -> Android.Service.Controls.Templates.ControlButton

パラメーター

checked
Boolean

ボタンをアクティブとしてレンダリングする必要がある場合は true。

actionDescription
ICharSequence

ボタンのアクションの説明。

属性

注釈

Javaドキュメント。

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

適用対象

ControlButton(Boolean, String)

[Android.Runtime.Register(".ctor", "(ZLjava/lang/CharSequence;)V", "", ApiSince=30)]
public ControlButton(bool checked, string actionDescription);
[<Android.Runtime.Register(".ctor", "(ZLjava/lang/CharSequence;)V", "", ApiSince=30)>]
new Android.Service.Controls.Templates.ControlButton : bool * string -> Android.Service.Controls.Templates.ControlButton

パラメーター

checked
Boolean
actionDescription
String
属性

適用対象