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 內容。