Compartir a través de


IIndexableContent.StreamContentType Propiedad

Definición

Especifica el tipo de contenido en 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

Valor de propiedad

String

Platform::String

winrt::hstring

Tipo de contenido, como StorageFile.ContentType.

Se aplica a

Consulte también