Condividi tramite


SyndicationContent.Type Proprietà

Definizione

Ottiene o imposta il tipo del contenuto.

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

Valore della proprietà

String

Platform::String

winrt::hstring

Questo valore può essere "text", "html", "xhtml" o altri tipi di supporti.

Implementazioni

Si applica a