TraceListenerElementCollectionViewModel.PolymorphicCollectionElementTypes Property
Namespace: Microsoft.Practices.EnterpriseLibrary.Configuration.Design.ViewModel.BlockSpecifics
Assembly: Microsoft.Practices.EnterpriseLibrary.Configuration.DesignTime (in Microsoft.Practices.EnterpriseLibrary.Configuration.DesignTime.dll)
Syntax
'Declaration
Public Overrides ReadOnly Property PolymorphicCollectionElementTypes As IEnumerable(Of Type)
public override IEnumerable<Type> PolymorphicCollectionElementTypes { get; }
public:
virtual property IEnumerable<Type^>^ PolymorphicCollectionElementTypes {
IEnumerable<Type^>^ get () override;
}
public override function get PolymorphicCollectionElementTypes () : IEnumerable<Type>
See Also
TraceListenerElementCollectionViewModel Class
Microsoft.Practices.EnterpriseLibrary.Configuration.Design.ViewModel.BlockSpecifics Namespace