XmlWriter.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.
En cas de substitution dans une classe dérivée, obtient la portée xml:lang
en cours.
public:
virtual property System::String ^ XmlLang { System::String ^ get(); };
public:
abstract property System::String ^ XmlLang { System::String ^ get(); };
public virtual string XmlLang { get; }
public virtual string? XmlLang { get; }
public abstract string XmlLang { get; }
member this.XmlLang : string
Public Overridable ReadOnly Property XmlLang As String
Public MustOverride ReadOnly Property XmlLang As String
Valeur de propriété
Portée de xml:lang
actuelle.
Exceptions
Une méthode XmlWriter a été appelée avant la fin d’une opération asynchrone précédente. Dans ce cas, l’exception InvalidOperationException est levée avec le message « Une opération asynchrone est déjà en cours ».
Remarques
Cette propriété permet à un composant de déterminer l’état dans lequel un autre composant a quitté l’enregistreur. Par exemple, un composant souhaite peut-être indiquer à un autre le texte d’aide de la langue à générer. Les informations de langue sont communiquées en écrivant un xml:lang
attribut.