共用方式為


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:link上的type屬性。

適用於