SectionsInViewChangedEventArgs.AddedSections 属性

定义

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

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)

属性值

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

适用于