Partager via


SyndicationCategory.Label Propriété

Définition

Obtient ou définit l’étiquette de la catégorie. Cette propriété représente l’attribut label sur atom:category. Il fournit une étiquette pour l’affichage dans les applications utilisateur final.

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

void Label(winrt::hstring value);
public string Label { get; set; }
var string = syndicationCategory.label;
syndicationCategory.label = string;
Public Property Label As String

Valeur de propriété

String

Platform::String

winrt::hstring

Attribut label sur atom:category.

S’applique à