SyndicationCategory.Scheme 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定分類的配置。 此屬性代表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
屬性值
atom:category上的scheme屬性,或RSS 2.0中類別專案上的domain屬性。