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)

屬性值

一個字串,代表該導航條目所屬的統一資源名稱路徑。

適用於