PageControl.Sections Property

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Get/set the section collection.

Namespace:  Microsoft.TeamFoundation.Controls.WPF.TeamExplorer.Framework
Assembly:  Microsoft.TeamFoundation.Controls (in Microsoft.TeamFoundation.Controls.dll)

Syntax

'Declaration
Public Property Sections As ObservableCollection(Of SectionControl)
public ObservableCollection<SectionControl> Sections { get; private set; }
public:
property ObservableCollection<SectionControl^>^ Sections {
    ObservableCollection<SectionControl^>^ get ();
    private: void set (ObservableCollection<SectionControl^>^ value);
}
member Sections : ObservableCollection<SectionControl> with get, private set
function get Sections () : ObservableCollection<SectionControl>
private function set Sections (value : ObservableCollection<SectionControl>)

Property Value

Type: System.Collections.ObjectModel.ObservableCollection<SectionControl>
Returns ObservableCollection<T>.

.NET Framework Security

See Also

Reference

PageControl Class

Microsoft.TeamFoundation.Controls.WPF.TeamExplorer.Framework Namespace