次の方法で共有


UrlSyndicationContent.Type プロパティ

定義

UrlSyndicationContent のコンテンツ タイプを取得します。

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

UrlSyndicationContent のコンテンツ タイプ。

注釈

コンテンツ タイプは、 RFC 2046 で定義されている任意の既知の MIME タイプ値に設定できます。

適用対象