SyndicationContent.Type 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 le type du contenu.
public:
property Platform::String ^ Type { Platform::String ^ get(); void set(Platform::String ^ value); };
winrt::hstring Type();
void Type(winrt::hstring value);
public string Type { get; set; }
var string = syndicationContent.type;
syndicationContent.type = string;
Public Property Type As String
Valeur de propriété
Cette valeur peut être « text », « html », « xhtml » ou d’autres types de médias.