SyndicationCategory.Label 속성

정의

범주의 레이블을 가져오거나 설정합니다. 이 속성은 atom:category레이블 특성을 나타냅니다. 최종 사용자 애플리케이션에 표시할 레이블을 제공합니다.

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레이블 특성입니다.

적용 대상