Condividi tramite


SyndicationCategory.Label Proprietà

Definizione

Ottiene o imposta l'etichetta per la categoria. Questa proprietà rappresenta l'attributo label in atom:category. Fornisce un'etichetta per la visualizzazione nelle applicazioni degli utenti finali.

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

Valore della proprietà

String

Platform::String

winrt::hstring

Attributo label in atom:category.

Si applica a