INavigationViewInfo.ExpectedEntities プロパティ

定義

ナビゲーション ビュー情報に予期されるエンティティを取得します。

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

プロパティ値

ナビゲーション ビュー情報に予期されるエンティティを表す文字列です。

適用対象