Share via


UIExtensionSite Class

Represents an extension site for UI elements.

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

Syntax

'Declaration
Public Class UIExtensionSite
    Implements IEnumerable(Of Object), IEnumerable
'Usage
Dim instance As UIExtensionSite
public class UIExtensionSite : IEnumerable<Object>, IEnumerable
public ref class UIExtensionSite : IEnumerable<Object^>, IEnumerable
public class UIExtensionSite implements IEnumerable<Object>, 
    IEnumerable
public class UIExtensionSite implements IEnumerable<Object>, 
    IEnumerable

Inheritance Hierarchy

System.Object
  Microsoft.Practices.CompositeUI.UIExtensionSite

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

UIExtensionSite Members
Microsoft.Practices.CompositeUI Namespace