SyndicationFeed.Language Proprietà

Definizione

Ottiene o imposta la lingua dell'elemento. Questa proprietà rappresenta l'attributo xml:lang nell'elemento . Può essere ereditato da un elemento predecessore. Deve essere valido in base a 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

Valore della proprietà

String

Platform::String

winrt::hstring

Attributo xml:lang nell'elemento .

Implementazioni

Si applica a