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)

屬性值

IEnumerable<String>

表示導覽檢視資訊之預期實體的字串。

適用於