다음을 통해 공유


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)

속성 값

보기로 이동한 허브 섹션이 들어 있는 컬렉션입니다.

적용 대상