Partager via


SectionsInViewChangedEventArgs.AddedSections Propriété

Définition

Obtient une collection qui contient les sections hub qui ont été déplacées dans l’affichage.

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)

Valeur de propriété

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

S’applique à