Early Preview
This is currently very much a preview. Please feel free to try things out,
but don't be upset if anything is not yet working. Feedback is welcome over on our
GitHub Dicussions page.
interface System.​ComponentModel.​Design.​IComponentDiscoveryService
Assembly: System.ComponentModel.TypeConverter
Enables enumeration of components at design time.
Methods
GetComponentTypes​(IDesignerHost designerHost,
Type baseType)
Gets the list of available component types.
Returns The list of available component types.
designerHost
The designer host providing design-time services. Can be <see langword="null" /> .
baseType
The base type specifying the components to retrieve. Can be <see langword="null" /> .