Share via


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)

プロパティ値

ビューに移動したハブ セクションを含むコレクション。

適用対象