Compartir a través de


Hub.SectionsInView Propiedad

Definición

Obtiene las secciones centrales que se encuentran actualmente en la pantalla.

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)

Valor de propiedad

Las secciones del concentrador actualmente en la pantalla.

Se aplica a