Bagikan melalui


IIndexableContent.StreamContentType Properti

Definisi

Menentukan jenis konten di 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

Nilai Properti

String

Platform::String

winrt::hstring

Jenis konten, seperti StorageFile.ContentType.

Berlaku untuk

Lihat juga