ElementLookup Class

Service class used to access ElementViewModel instances loaded in the designer.

Namespace:  Microsoft.Practices.EnterpriseLibrary.Configuration.Design.ViewModel.Services
Assembly:  Microsoft.Practices.EnterpriseLibrary.Configuration.DesignTime (in Microsoft.Practices.EnterpriseLibrary.Configuration.DesignTime.dll)

Syntax

'Declaration
Public Class ElementLookup _
    Implements INotifyCollectionChanged
public class ElementLookup : INotifyCollectionChanged
public ref class ElementLookup : INotifyCollectionChanged
public class ElementLookup implements INotifyCollectionChanged

Remarks

In order to get an instance of this class, declare it as a constructor argument on the consuming component or use the IUnityContainer to obtain an instance from code.

Inheritance Hierarchy

System.Object
  Microsoft.Practices.EnterpriseLibrary.Configuration.Design.ViewModel.Services.ElementLookup

See Also

ElementLookup Members

Microsoft.Practices.EnterpriseLibrary.Configuration.Design.ViewModel.Services Namespace