次の方法で共有


AdaptiveMediaSourceDownloadResult.ContentType プロパティ

定義

ダウンロードしたリソースの MIME コンテンツ タイプを識別する文字列を取得または設定します。

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

void ContentType(winrt::hstring value);
public string ContentType { get; set; }
var string = adaptiveMediaSourceDownloadResult.contentType;
adaptiveMediaSourceDownloadResult.contentType = string;
Public Property ContentType As String

プロパティ値

String

Platform::String

winrt::hstring

ダウンロードしたリソースの MIME コンテンツ タイプを識別する文字列。

適用対象