次の方法で共有


IIndexableContent.StreamContentType プロパティ

定義

Stream 内のコンテンツの種類を指定 します

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

void StreamContentType(winrt::hstring value);
public string StreamContentType { get; set; }
var string = iIndexableContent.streamContentType;
iIndexableContent.streamContentType = string;
Public Property StreamContentType As String

プロパティ値

String

Platform::String

winrt::hstring

StorageFile.ContentType などのコンテンツ タイプ。

適用対象

こちらもご覧ください