ControlCollection Class

Represents the control collection class.

Namespace: Microsoft.Uii.Common
Assembly: Microsoft.Uii.Common (in Microsoft.Uii.Common.dll)

Usage

'Usage
Dim instance As ControlCollection

Syntax

'Declaration
<DefaultMemberAttribute("Item")> _
Public Class ControlCollection
    Implements IList(Of ControlElement), ICollection(Of ControlElement), _
    IEnumerable(Of ControlElement), IEnumerable
[DefaultMemberAttribute("Item")] 
public class ControlCollection : IList<ControlElement>, ICollection<ControlElement>, 
    IEnumerable<ControlElement>, IEnumerable
[DefaultMemberAttribute(L"Item")] 
public ref class ControlCollection : IList<ControlElement^>, ICollection<ControlElement^>, 
    IEnumerable<ControlElement^>, IEnumerable
/** @attribute DefaultMemberAttribute("Item") */ 
public class ControlCollection implements IList<ControlElement>, 
    ICollection<ControlElement>, IEnumerable<ControlElement>, IEnumerable
DefaultMemberAttribute("Item") 
public class ControlCollection implements IList<ControlElement>, 
    ICollection<ControlElement>, IEnumerable<ControlElement>, IEnumerable

Inheritance Hierarchy

System.Object
  Microsoft.Uii.Common.ControlCollection

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

See Also

Reference

ControlCollection Members
Microsoft.Uii.Common Namespace

Unified Service Desk
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.