Share via


CustomAttributesPropertyExtender Class

The CustomAttributesPropertyExtender provides extended properties for configuration elements with attributes provided through the ICustomProviderData interface.

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

Syntax

'Declaration
Public Class CustomAttributesPropertyExtender _
    Inherits ElementViewModel _
    Implements IElementExtendedPropertyProvider
public class CustomAttributesPropertyExtender : ElementViewModel, 
    IElementExtendedPropertyProvider
public ref class CustomAttributesPropertyExtender : public ElementViewModel, 
    IElementExtendedPropertyProvider
public class CustomAttributesPropertyExtender extends ElementViewModel implements IElementExtendedPropertyProvider

Inheritance Hierarchy

System.Object
  Microsoft.Practices.EnterpriseLibrary.Configuration.Design.ViewModel.ViewModel
    Microsoft.Practices.EnterpriseLibrary.Configuration.Design.ViewModel.ElementViewModel
      Microsoft.Practices.EnterpriseLibrary.Configuration.Design.ViewModel.CustomAttributesPropertyExtender

See Also

CustomAttributesPropertyExtender Members

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