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。

適用対象