Share via


CustomAttributesEditor Class

The CustomAttributesEditor provides a grid-like editor for editing attributes on Enterprise Library custom configuration data instances.
This is used by the design-time infrastructure and is not intended to be used directly from your code.

CustomAttributesEditor

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

Syntax

'Declaration
Public Class CustomAttributesEditor _
    Inherits UserControl _
    Implements IComponentConnector
public class CustomAttributesEditor : UserControl, 
    IComponentConnector
public ref class CustomAttributesEditor : public UserControl, 
    IComponentConnector
public class CustomAttributesEditor extends UserControl implements IComponentConnector

Remarks

The CustomAttributesEditor should get automatically connected to any configuration element implementing ICustomProviderData by CustomAttributesPropertyExtender.

Inheritance Hierarchy

System.Object
  System.Windows.Threading.DispatcherObject
    System.Windows.DependencyObject
      System.Windows.Media.Visual
        System.Windows.UIElement
          System.Windows.FrameworkElement
            System.Windows.Controls.Control
              System.Windows.Controls.ContentControl
                System.Windows.Controls.UserControl
                  Microsoft.Practices.EnterpriseLibrary.Configuration.Design.ComponentModel.Editors.CustomAttributesEditor

See Also

CustomAttributesEditor Members

Microsoft.Practices.EnterpriseLibrary.Configuration.Design.ComponentModel.Editors Namespace