NavigationView.UrnPath 속성

정의

URN 개체를 나타내는 경로의 텍스트 값을 가져오거나 설정합니다.

public:
 property cli::array <System::String ^> ^ UrnPath { cli::array <System::String ^> ^ get(); void set(cli::array <System::String ^> ^ value); };
[System.Xml.Serialization.XmlElement("UrnPath")]
public string[] UrnPath { get; set; }
[<System.Xml.Serialization.XmlElement("UrnPath")>]
member this.UrnPath : string[] with get, set
Public Property UrnPath As String()

속성 값

String[]

URN 경로를 나타내는 문자열입니다.

특성

적용 대상