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.​IRootDesigner

Assembly: System.ComponentModel.TypeConverter

Implemented Interfaces

Provides support for root-level designer view technologies.

Properties

SupportedTechnologies
Gets the set of technologies that this designer can support for its display.

Methods

object
GetView​(ViewTechnology technology)
Gets a view object for the specified view technology.
Returns An object that represents the view for this designer.
technology A <see cref="T:System.ComponentModel.Design.ViewTechnology" /> that indicates a particular view technology.