Partager via


SectionsInViewChangedEventArgs.RemovedSections Propriété

Définition

Obtient une collection qui contient les sections hub déplacées hors vue.

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)

Valeur de propriété

Collection qui contient les sections hub déplacées dans l’affichage.

S’applique à