AdaptiveMediaSourceDownloadResult.ContentType プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
ダウンロードしたリソースの 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
プロパティ値
ダウンロードしたリソースの MIME コンテンツ タイプを識別する文字列。