Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
Microsoft.TeamFoundation.Controls.WPF.TeamExplorer.Framework Namespace