共用方式為


IndexableContent.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 = indexableContent.streamContentType;
indexableContent.streamContentType = string;
Public Property StreamContentType As String

屬性值

String

Platform::String

winrt::hstring

內容類型,例如 StorageFile.ContentType

實作

適用於

另請參閱