Share via


Hub.SectionsInView Propriété

Définition

Obtient les sections hub actuellement affichées à l’écran.

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)

Valeur de propriété

Sections hub actuellement affichées à l’écran.

S’applique à