Partager via


JumpListItem.GroupName Propriété

Définition

Obtient ou définit le nom de groupe personnalisé de l’élément de liste de raccourcis. Si aucun nom n’est spécifié, l’élément est ajouté au groupe Tâches par défaut.

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

Valeur de propriété

String

Platform::String

winrt::hstring

Nom de groupe personnalisé pour l’élément de liste de raccourcis spécifié sous forme de chaîne. Si la localisation est souhaitée, cette chaîne doit être un URI spécifié par le schéma ms-resource: .

Remarques

Si cette chaîne n’est pas fournie, l’élément est ajouté au groupe Tâches.

S’applique à