Compartir a través de


SectionsInViewChangedEventArgs.AddedSections Propiedad

Definición

Obtiene una colección que contiene las secciones centrales que se movieron a la vista.

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

Valor de propiedad

Colección que contiene las secciones centrales que se movieron a la vista.

Se aplica a