SyndicationFeed.Language Propriedade

Definição

Obtém ou define a linguagem do elemento . Essa propriedade representa o atributo xml:lang no elemento . Ele pode ser herdado de um elemento ancestral. Ela deve ser válida de acordo com o XML 1.0.

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

void Language(winrt::hstring value);
public string Language { get; set; }
var string = syndicationFeed.language;
syndicationFeed.language = string;
Public Property Language As String

Valor da propriedade

String

Platform::String

winrt::hstring

O atributo xml:lang no elemento .

Implementações

Aplica-se a