Hub.SectionsInView 속성

정의

현재 화면에 있는 허브 섹션을 가져옵니다.

public:
 property IVector<HubSection ^> ^ SectionsInView { IVector<HubSection ^> ^ get(); };
IVector<HubSection> SectionsInView();
public IList<HubSection> SectionsInView { get; }
var iVector = hub.sectionsInView;
Public ReadOnly Property SectionsInView As IList(Of HubSection)

속성 값

현재 화면에 있는 허브 섹션입니다.

적용 대상