SummarySection.Items Property

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

Get/Set the collection of sections

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

Syntax

'Declaration
Public Property Items As ICollection(Of SummarySectionItem)
public ICollection<SummarySectionItem> Items { get; set; }
public:
property ICollection<SummarySectionItem^>^ Items {
    ICollection<SummarySectionItem^>^ get ();
    void set (ICollection<SummarySectionItem^>^ value);
}
member Items : ICollection<SummarySectionItem> with get, set
function get Items () : ICollection<SummarySectionItem>
function set Items (value : ICollection<SummarySectionItem>)

Property Value

Type: System.Collections.Generic.ICollection<SummarySectionItem>
Returns ICollection<T>.

.NET Framework Security

See Also

Reference

SummarySection Class

Microsoft.TeamFoundation.Controls.WPF Namespace