JumpListItem.GroupName Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
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.