XamlXmlReaderSettings.XmlLang 속성

정의

판독기가 노드에 xml:lang 특성을 쓰는 작성기로 승격할 수 있는 언어 설정 값을 가져오거나 설정합니다.

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

속성 값

String

판독기를 기반으로 하는 가능한 xml:lang 출력에 사용할 문자열입니다.

설명

호출자가 제공 하는 문자열에 적합 한지 확인할 책임이 xml:lang 사용 합니다.

적용 대상