次の方法で共有


ISyndicationText.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 = iSyndicationText.type;
iSyndicationText.type = string;
Public Property Type As String

プロパティ値

String

Platform::String

winrt::hstring

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

適用対象