INavigationEntry.SupportedUrnPaths 속성

정의

이 탐색 항목이 속한 URN(Uniform Resource Name) 경로를 가져옵니다.

public:
 property System::Collections::Generic::IEnumerable<System::String ^> ^ SupportedUrnPaths { System::Collections::Generic::IEnumerable<System::String ^> ^ get(); };
public System.Collections.Generic.IEnumerable<string> SupportedUrnPaths { get; }
member this.SupportedUrnPaths : seq<string>
Public ReadOnly Property SupportedUrnPaths As IEnumerable(Of String)

속성 값

이 탐색 항목이 속한 URN(Uniform Resource Name) 경로를 나타내는 문자열입니다.

적용 대상