UIExtensionSiteCollection Class

Represents a named collection of sites for UI elements.

Namespace: Microsoft.Practices.CompositeUI
Assembly: Microsoft.Practices.CompositeUI (in microsoft.practices.compositeui.dll)

Syntax

'Declaration
<DefaultMemberAttribute("Item")> _
Public Class UIExtensionSiteCollection
    Implements ICollection, IEnumerable(Of String), _
    IEnumerable, IDisposable
'Usage
Dim instance As UIExtensionSiteCollection
[DefaultMemberAttribute("Item")] 
public class UIExtensionSiteCollection : ICollection, IEnumerable<string>, 
    IEnumerable, IDisposable
[DefaultMemberAttribute(L"Item")] 
public ref class UIExtensionSiteCollection : ICollection, IEnumerable<String^>, 
    IEnumerable, IDisposable
/** @attribute DefaultMemberAttribute("Item") */ 
public class UIExtensionSiteCollection implements ICollection, IEnumerable<String>, 
    IEnumerable, IDisposable
DefaultMemberAttribute("Item") 
public class UIExtensionSiteCollection implements ICollection, IEnumerable<String>, 
    IEnumerable, IDisposable

Inheritance Hierarchy

System.Object
  Microsoft.Practices.CompositeUI.UIExtensionSiteCollection

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.

See Also

Reference

UIExtensionSiteCollection Members
Microsoft.Practices.CompositeUI Namespace