Share via


CollectionEditorContainedElementProperty Class

Represents a property contained within a collection editor and provides logic to return the appropriate logical contained element ILogicalPropertyContainerElement.

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

Syntax

'Declaration
Public Class CollectionEditorContainedElementProperty _
    Inherits ElementProperty _
    Implements ILogicalPropertyContainerElement
public class CollectionEditorContainedElementProperty : ElementProperty, 
    ILogicalPropertyContainerElement
public ref class CollectionEditorContainedElementProperty : public ElementProperty, 
    ILogicalPropertyContainerElement
public class CollectionEditorContainedElementProperty extends ElementProperty implements ILogicalPropertyContainerElement

Inheritance Hierarchy

System.Object
  Microsoft.Practices.EnterpriseLibrary.Configuration.Design.ViewModel.ViewModel
    Microsoft.Practices.EnterpriseLibrary.Configuration.Design.ViewModel.Property
      Microsoft.Practices.EnterpriseLibrary.Configuration.Design.ViewModel.ElementProperty
        Microsoft.Practices.EnterpriseLibrary.Configuration.Design.ViewModel.CollectionEditorContainedElementProperty

See Also

CollectionEditorContainedElementProperty Members

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

Microsoft.Practices.EnterpriseLibrary.Configuration.Design.ViewModel.ElementProperty