次の方法で共有


SyndicationLink.MediaType プロパティ

定義

リンクされたリソースのメディア タイプを取得または設定します。 文字列のパターンは ".+/.+" である必要があります。

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

void MediaType(winrt::hstring value);
public string MediaType { get; set; }
var string = syndicationLink.mediaType;
syndicationLink.mediaType = string;
Public Property MediaType As String

プロパティ値

String

Platform::String

winrt::hstring

atom:linktype 属性。

適用対象