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)

プロパティ値

このナビゲーションエントリが属する一様なリソース名パスを表す文字列です。

適用対象