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)

属性值

表示导航视图信息的所需实体的字符串。

适用于