AgentTaskState.Builder.SetIconAndContentDescription メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
SetIconAndContentDescription(Icon, ICharSequence)
[Android.Runtime.Register("setIconAndContentDescription", "(Landroid/graphics/drawable/Icon;Ljava/lang/CharSequence;)Landroid/agenticon/AgentTaskState$Builder;", "", ApiSince=37)]
public Android.AgentIcon.AgentTaskState.Builder SetIconAndContentDescription(Android.Graphics.Drawables.Icon icon, Java.Lang.ICharSequence contentDescription);
[<Android.Runtime.Register("setIconAndContentDescription", "(Landroid/graphics/drawable/Icon;Ljava/lang/CharSequence;)Landroid/agenticon/AgentTaskState$Builder;", "", ApiSince=37)>]
member this.SetIconAndContentDescription : Android.Graphics.Drawables.Icon * Java.Lang.ICharSequence -> Android.AgentIcon.AgentTaskState.Builder
パラメーター
- icon
- Icon
- contentDescription
- ICharSequence
返品
- 属性
適用対象
SetIconAndContentDescription(Icon, String)
public Android.AgentIcon.AgentTaskState.Builder SetIconAndContentDescription(Android.Graphics.Drawables.Icon icon, string contentDescription);
member this.SetIconAndContentDescription : Android.Graphics.Drawables.Icon * string -> Android.AgentIcon.AgentTaskState.Builder
パラメーター
- icon
- Icon
- contentDescription
- String