Share via


SectionsInViewChangedEventArgs.RemovedSections Proprietà

Definizione

Ottiene una raccolta che contiene le sezioni dell'hub spostate fuori dalla visualizzazione.

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)

Valore della proprietà

Raccolta che contiene le sezioni hub spostate nella visualizzazione.

Si applica a