UIElementAdapterFactoryCatalog Class

Catalog that keeps track of each IUIElementAdapterFactory that is available.

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

Syntax

'Declaration
Public Class UIElementAdapterFactoryCatalog
    Implements IUIElementAdapterFactoryCatalog
'Usage
Dim instance As UIElementAdapterFactoryCatalog
public class UIElementAdapterFactoryCatalog : IUIElementAdapterFactoryCatalog
public ref class UIElementAdapterFactoryCatalog : IUIElementAdapterFactoryCatalog
public class UIElementAdapterFactoryCatalog implements IUIElementAdapterFactoryCatalog
public class UIElementAdapterFactoryCatalog implements IUIElementAdapterFactoryCatalog

Inheritance Hierarchy

System.Object
  Microsoft.Practices.CompositeUI.UIElements.UIElementAdapterFactoryCatalog

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

UIElementAdapterFactoryCatalog Members
Microsoft.Practices.CompositeUI.UIElements Namespace