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)

屬性值

一個字串代表導航視圖資訊的預期實體。

適用於