AdaptiveMediaSourceDownloadResult.ContentType Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient ou définit une chaîne qui identifie le type de contenu MIME de la ressource téléchargée.
public:
property Platform::String ^ ContentType { Platform::String ^ get(); void set(Platform::String ^ value); };
winrt::hstring ContentType();
void ContentType(winrt::hstring value);
public string ContentType { get; set; }
var string = adaptiveMediaSourceDownloadResult.contentType;
adaptiveMediaSourceDownloadResult.contentType = string;
Public Property ContentType As String
Valeur de propriété
Chaîne qui identifie le type de contenu MIME de la ressource téléchargée.