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)

속성 값

탐색 뷰 정보의 예상 엔터티를 나타내는 문자열입니다.

적용 대상