JumpListItem.GroupName Property

Definition

Gets or sets the jump list item custom group name. If no name is specified, the item will be added to the Tasks group by default.

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

Property Value

String

Platform::String

winrt::hstring

The custom group name for the jump list item specified as a string. If localization is desired, this string must be a ms-resource: scheme specified URI.

Remarks

If this string is not provided, then the item will be added to the Tasks group.

Applies to