JumpListItem.GroupName 屬性

定義

取得或設定快捷方式清單專案自訂群組名。 如果未指定名稱,預設會將專案新增至 [工作] 群組。

public:
 property Platform::String ^ GroupName { Platform::String ^ get(); void set(Platform::String ^ value); };
winrt::hstring GroupName();

void GroupName(winrt::hstring value);
public string GroupName { get; set; }
var string = jumpListItem.groupName;
jumpListItem.groupName = string;
Public Property GroupName As String

屬性值

String

Platform::String

winrt::hstring

指定為字串之快捷方式清單專案的自訂群組名。 如果需要當地語系化,此字串必須是 ms-resource: 配置指定的 URI。

備註

如果未提供此字串,專案將會新增至 [工作] 群組。

適用於