ParserContext.XmlLang Proprietà

Definizione

Ottiene o imposta la xml:lang stringa 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à

Valore xml:lang stringa.

Commenti

Questa proprietà è analoga a XmlReader.XmlLang.

Si applica a

Vedi anche