TextSyndicationContent.Type 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取 TextSyndicationContent 的内容类型。
public:
virtual property System::String ^ Type { System::String ^ get(); };
public override string Type { get; }
member this.Type : string
Public Overrides ReadOnly Property Type As String
属性值
一个表示文本联合内容的种类的 String。
注解
此属性可以具有下列值:
“text”— 纯文本内容。
“html”— HTML 内容。
“xhtml”— XHTML 内容。