SummarySection.Items Property
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
- 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.