次の方法で共有


SyndicationContent.Type プロパティ

定義

コンテンツ タイプを取得または設定します。

public:
 property Platform::String ^ Type { Platform::String ^ get(); void set(Platform::String ^ value); };
winrt::hstring Type();

void Type(winrt::hstring value);
public string Type { get; set; }
var string = syndicationContent.type;
syndicationContent.type = string;
Public Property Type As String

プロパティ値

String

Platform::String

winrt::hstring

この値には、"text"、"html"、"xhtml"、またはその他のメディアの種類を指定できます。

実装

適用対象