共用方式為


SyndicationCategory.Scheme 屬性

定義

取得或設定分類的配置。 此屬性代表atom:category上的scheme屬性,或RSS 2.0中 category元素上的domain屬性。

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

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

屬性值

String

Platform::String

winrt::hstring

atom:category上的scheme屬性,或RSS 2.0類別專案上的domain屬性。

適用於