Condividi tramite


ParserContext.XmlLang Proprietà

Definizione

Ottiene o imposta la stringa xml:lang per questo contesto.

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

Valore della proprietà

Il valore della stringa xml:lang.

Commenti

Questa proprietà è analoga a XmlReader.XmlLang.

Si applica a

Vedi anche