Compartilhar via


SyndicationLink.MediaType Propriedade

Definição

Obtém ou define o tipo de mídia do recurso vinculado. A cadeia de caracteres deve ter o padrão ".+/.+".

public:
 property Platform::String ^ MediaType { Platform::String ^ get(); void set(Platform::String ^ value); };
winrt::hstring MediaType();

void MediaType(winrt::hstring value);
public string MediaType { get; set; }
var string = syndicationLink.mediaType;
syndicationLink.mediaType = string;
Public Property MediaType As String

Valor da propriedade

String

Platform::String

winrt::hstring

O atributo de tipo em atom:link.

Aplica-se a