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

适用于

另请参阅