SyndicationCategory.Scheme 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置类别的架构。 此属性表示 atom:category 上的方案属性或 RSS 2.0 中类别元素上的 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 属性。