ElementCollectionViewModel.PolymorphicCollectionElementTypes Property
Returns the set of polymorphic collection element types this collection can hold.
Namespace: Microsoft.Practices.EnterpriseLibrary.Configuration.Design.ViewModel
Assembly: Microsoft.Practices.EnterpriseLibrary.Configuration.DesignTime (in Microsoft.Practices.EnterpriseLibrary.Configuration.DesignTime.dll)
Syntax
'Declaration
Public Overridable ReadOnly Property PolymorphicCollectionElementTypes As IEnumerable(Of Type)
public virtual IEnumerable<Type> PolymorphicCollectionElementTypes { get; }
public:
virtual property IEnumerable<Type^>^ PolymorphicCollectionElementTypes {
IEnumerable<Type^>^ get ();
}
public function get PolymorphicCollectionElementTypes () : IEnumerable<Type>
See Also
ElementCollectionViewModel Class
Microsoft.Practices.EnterpriseLibrary.Configuration.Design.ViewModel Namespace