XmlParserContext.XmlLang Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the current xml:lang
scope.
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
Property Value
The current xml:lang
scope. If there is no xml:lang
in scope, String.Empty
is returned.
Remarks
For details on valid xml:lang
values, refer to section 2.12 of the W3C Extensible Markup Language (XML) 1.0 recommendation.
Applies to
Colaborați cu noi pe GitHub
Sursa pentru acest conținut poate fi găsită pe GitHub, unde puteți, de asemenea, să creați și să consultați probleme și solicitări de tragere. Pentru mai multe informații, consultați ghidul nostru pentru colaboratori.