Compartir a través de


SyndicationContent.Type Propiedad

Definición

Obtiene o establece el tipo de contenido.

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

Valor de propiedad

String

Platform::String

winrt::hstring

Este valor puede ser "text", "html", "xhtml" u otros tipos de medios.

Implementaciones

Se aplica a