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
Dolgozzon együtt velünk a GitHubon
A tartalom forrása a GitHubon található, ahol létrehozhat és áttekinthet problémákat és lekéréses kérelmeket is. További információért tekintse meg a közreműködői útmutatónkat.