Freigeben über


IIndexableContent.StreamContentType Eigenschaft

Definition

Gibt den Inhaltstyp im Stream an.

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

Eigenschaftswert

String

Platform::String

winrt::hstring

Der Inhaltstyp, z. B. StorageFile.ContentType.

Gilt für:

Weitere Informationen