IElementExtendedPropertyProvider Interface
The IElementExtendedPropertyProvider interface allows an implementer to provide additional properties to ElementViewModels.
Namespace: Microsoft.Practices.EnterpriseLibrary.Configuration.Design.ViewModel
Assembly: Microsoft.Practices.EnterpriseLibrary.Configuration.DesignTime (in Microsoft.Practices.EnterpriseLibrary.Configuration.DesignTime.dll)
Syntax
'Declaration
Public Interface IElementExtendedPropertyProvider
public interface IElementExtendedPropertyProvider
public interface class IElementExtendedPropertyProvider
public interface IElementExtendedPropertyProvider
Remarks
Extender providers must be added to the ElementLookup through AddElement(ElementViewModel) or AddCustomElement(ElementViewModel) to begin extending ElementViewModel items.
See Also
IElementExtendedPropertyProvider Members
Microsoft.Practices.EnterpriseLibrary.Configuration.Design.ViewModel Namespace