共用方式為


SyndicationCategory.Label 屬性

定義

取得或設定類別的標籤。 這個屬性代表atom:category上的label屬性。 它提供可在使用者應用程式中顯示的標籤。

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

屬性值

String

Platform::String

winrt::hstring

atom:category上的label屬性。

適用於