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) パスを表す文字列です。

適用対象