Compartir a través de


SectionsInViewChangedEventArgs.RemovedSections Propiedad

Definición

Obtiene una colección que contiene las secciones centrales que se han movido fuera de la vista.

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

Valor de propiedad

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

Se aplica a