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.​ISite
Assembly: System.ComponentModel.Primitives
Implemented Interfaces
Provides functionality required by sites.
Properties
Component
Gets the component associated with the <see cref="T:System.ComponentModel.ISite" /> when implemented by a class.
Container
Gets the <see cref="T:System.ComponentModel.IContainer" /> associated with the <see cref="T:System.ComponentModel.ISite" /> when implemented by a class.
bool
DesignMode
Determines whether the component is in design mode when implemented by a class.
string
Name
Gets or sets the name of the component associated with the <see cref="T:System.ComponentModel.ISite" /> when implemented by a class.