IndexableContent.StreamContentType Proprietà

Definizione

Specifica il tipo di contenuto nel flusso.

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

Valore della proprietà

String

Platform::String

winrt::hstring

Tipo di contenuto, ad esempio StorageFile.ContentType.

Implementazioni

Si applica a

Vedi anche