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 l’étendue actuelle xml:lang .
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é
Étendue actuelle xml:lang . S’il n’y a pas xml:lang d’étendue, String.Empty il est retourné.
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.