UserActivity.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 et définit le type MIME (Multipurpose Internet Mail Extensions) du contenu stocké dans UserActivity.ContentUri. Par exemple, « text/plain ».
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 = userActivity.contentType;
userActivity.contentType = string;
Public Property ContentType As String
Valeur de propriété
Type de contenu.