JumpListItem.GroupName 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定快捷方式清單專案自訂群組名。 如果未指定名稱,預設會將專案新增至 [工作] 群組。
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
屬性值
指定為字串之快捷方式清單專案的自訂群組名。 如果需要當地語系化,此字串必須是 ms-resource: 配置指定的 URI。
備註
如果未提供此字串,專案將會新增至 [工作] 群組。