INavigationEntry.SupportedUrnPaths 属性

定义

获取此导航项所属的统一资源名称路径。

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)

属性值

表示此导航项所属的统一资源名称路径的字符串。

适用于