Compartilhar via


IIndexableContent.StreamContentType Propriedade

Definição

Especifica o tipo de conteúdo no 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 da propriedade

String

Platform::String

winrt::hstring

O tipo de conteúdo, como StorageFile.ContentType.

Aplica-se a

Confira também