Condividi tramite


Proprietà PageControl.Sections

Ottenere o impostare la raccolta della sezione.

Spazio dei nomi:  Microsoft.TeamFoundation.Controls.WPF.TeamExplorer.Framework
Assembly:  Microsoft.TeamFoundation.Controls (in Microsoft.TeamFoundation.Controls.dll)

Sintassi

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

Valore proprietà

Tipo: System.Collections.ObjectModel.ObservableCollection<SectionControl>
Restituisca il valore ObservableCollection<T>.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

PageControl Classe

Spazio dei nomi Microsoft.TeamFoundation.Controls.WPF.TeamExplorer.Framework