Compartir a través de


ISyndicationText.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 = iSyndicationText.type;
iSyndicationText.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.

Se aplica a