Share via


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)

屬性值

目前在螢幕上的中樞區段。

適用於