Поделиться через


SyndicationText.Type Свойство

Определение

Получает или задает тип содержимого.

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

Значение свойства

String

Platform::String

winrt::hstring

Это может быть "text", "html", "xhtml" или другие типы мультимедиа.

Реализации

Применяется к