Partager via


ISyndicationText.Type Propriété

Définition

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 = iSyndicationText.type;
iSyndicationText.type = string;
Public Property Type As String

Valeur de propriété

String

Platform::String

winrt::hstring

Cette valeur peut être « text », « html », « xhtml » ou d’autres types de médias.

S’applique à