PageControl.Sections 属性

get/set部分集合。

命名空间:  Microsoft.TeamFoundation.Controls.WPF.TeamExplorer.Framework
程序集:  Microsoft.TeamFoundation.Controls(在 Microsoft.TeamFoundation.Controls.dll 中)

语法

声明
Public Property Sections As ObservableCollection(Of SectionControl)
public ObservableCollection<SectionControl> Sections { get; private set; }

属性值

类型:System.Collections.ObjectModel.ObservableCollection<SectionControl>
返回 ObservableCollection<T>

.NET Framework 安全性

请参见

参考

PageControl 类

Microsoft.TeamFoundation.Controls.WPF.TeamExplorer.Framework 命名空间