Compartilhar via


ISyndicationText.Type Propriedade

Definição

Obtém ou define o tipo do conteúdo.

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 da propriedade

String

Platform::String

winrt::hstring

Esse valor pode ser "text", "html", "xhtml" ou outros tipos de mídia.

Aplica-se a