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.​Serialization.​IDesignerLoaderHost

Assembly: System.ComponentModel.TypeConverter

Implemented Interfaces

Provides an interface that can extend a designer host to support loading from a serialized state.

Methods

void
EndLoad​(string baseClassName, bool successful, Collections.​ICollection? errorCollection)
Ends the designer loading operation.
baseClassName The fully qualified name of the base class of the document that this designer is designing.
successful <see langword="true" /> if the designer is successfully loaded; otherwise, <see langword="false" /> .
errorCollection A collection containing the errors encountered during load, if any. If no errors were encountered, pass either an empty collection or <see langword="null" /> .
void
Reload​()
Reloads the design document.