Share via


CollectionEditorContainedElementReferenceProperty Class

The CollectionEditorContainedElementReferenceProperty represents a reference property contained within a collection editor.

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

Syntax

'Declaration
Public Class CollectionEditorContainedElementReferenceProperty _
    Inherits ElementReferenceProperty _
    Implements ILogicalPropertyContainerElement
public class CollectionEditorContainedElementReferenceProperty : ElementReferenceProperty, 
    ILogicalPropertyContainerElement
public ref class CollectionEditorContainedElementReferenceProperty : public ElementReferenceProperty, 
    ILogicalPropertyContainerElement
public class CollectionEditorContainedElementReferenceProperty extends ElementReferenceProperty implements ILogicalPropertyContainerElement

Remarks

Elements within a collection editor need to report their associated element differently. This class handles reporting the appropriate ILogicalPropertyContainerElement when contained within a collection editor.

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.ElementReferenceProperty
          Microsoft.Practices.EnterpriseLibrary.Configuration.Design.ViewModel.CollectionEditorContainedElementReferenceProperty

See Also

CollectionEditorContainedElementReferenceProperty Members

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

Microsoft.Practices.EnterpriseLibrary.Configuration.Design.ViewModel.CollectionEditorContainedElementProperty