INavigationViewInfo.ExpectedEntities Property

Definition

Gets the expected entities for the navigation view information.

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)

Property Value

A string that represents the expected entities for the navigation view information.

Applies to