ElementReferenceProperty.ChildProperties Property
Gets the child properties for this Property.
Namespace: Microsoft.Practices.EnterpriseLibrary.Configuration.Design.ViewModel
Assembly: Microsoft.Practices.EnterpriseLibrary.Configuration.DesignTime (in Microsoft.Practices.EnterpriseLibrary.Configuration.DesignTime.dll)
Syntax
'Declaration
Public Overrides ReadOnly Property ChildProperties As IEnumerable(Of Property)
public override IEnumerable<Property> ChildProperties { get; }
public:
virtual property IEnumerable<Property^>^ ChildProperties {
IEnumerable<Property^>^ get () override;
}
public override function get ChildProperties () : IEnumerable<Property>
See Also
ElementReferenceProperty Class
Microsoft.Practices.EnterpriseLibrary.Configuration.Design.ViewModel Namespace