SectionsInViewChangedEventArgs.RemovedSections 属性

定义

获取一个集合,该集合包含移出视图的中心部分。

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)

属性值

包含移动到视图中的中心部分的集合。

适用于