共用方式為


TextSyndicationContent.Type 屬性

定義

取得 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

String,代表文字新聞訂閱內容的種類。

備註

這個屬性可能具有下列的值:

  • "text" 表示純文字內容。

  • "html" 表示 HTML 內容。

  • "xhtml" 表示 XHTML 內容。

適用於