共用方式為


ShortcutInfo.Builder.SetLongLabel 方法

定義

多載

SetLongLabel(ICharSequence)
SetLongLabel(String)

SetLongLabel(ICharSequence)

[Android.Runtime.Register("setLongLabel", "(Ljava/lang/CharSequence;)Landroid/content/pm/ShortcutInfo$Builder;", "GetSetLongLabel_Ljava_lang_CharSequence_Handler", ApiSince=25)]
public virtual Android.Content.PM.ShortcutInfo.Builder SetLongLabel (Java.Lang.ICharSequence longLabel);
[<Android.Runtime.Register("setLongLabel", "(Ljava/lang/CharSequence;)Landroid/content/pm/ShortcutInfo$Builder;", "GetSetLongLabel_Ljava_lang_CharSequence_Handler", ApiSince=25)>]
abstract member SetLongLabel : Java.Lang.ICharSequence -> Android.Content.PM.ShortcutInfo.Builder
override this.SetLongLabel : Java.Lang.ICharSequence -> Android.Content.PM.ShortcutInfo.Builder

參數

longLabel
ICharSequence

傳回

屬性

備註

此頁面的部分是根據 Android 開放原始碼專案所建立和共用的工作進行修改,並根據 Creative Commons 2.5 屬性授權中所述的詞彙使用。

適用於

SetLongLabel(String)

public Android.Content.PM.ShortcutInfo.Builder SetLongLabel (string longLabel);
member this.SetLongLabel : string -> Android.Content.PM.ShortcutInfo.Builder

參數

longLabel
String

傳回

備註

此頁面的部分是根據 Android 開放原始碼專案所建立和共用的工作進行修改,並根據 Creative Commons 2.5 屬性授權中所述的詞彙使用。

適用於