XmlParserContext.XmlLang Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient ou définit la portée xml:lang en cours.
public:
property System::String ^ XmlLang { System::String ^ get(); void set(System::String ^ value); };
public string XmlLang { get; set; }
member this.XmlLang : string with get, set
Public Property XmlLang As String
Valeur de propriété
Portée de xml:lang actuelle. S'il n'existe aucun xml:lang dans la portée, String.Empty est retournée.
Remarques
Pour plus d’informations sur les valeurs valides xml:lang , reportez-vous à la section 2.12 de la recommandation W3C Extensible Markup Language (XML) 1.0.