Container.CreateSite Method
Creates a site ISite for the given IComponent and assigns the given name to the site.
Assembly: System (in System.dll)
Parameters
- component
- Type: System.ComponentModel.IComponent
The IComponent to create a site for.
- name
- Type: System.String
The name to assign to component, or null to skip the name assignment.
If the name parameter is null, the IComponent is added to the Container without an identifying name.
This method can be overridden by a derived class. Implementers that need to override the CreateSite method can provide a custom implementation through a class that implements the ISite interface.
Windows 8, Windows Server 2012, Windows 7, Windows Vista SP2, Windows Server 2008 (Server Core Role not supported), Windows Server 2008 R2 (Server Core Role supported with SP1 or later; Itanium not supported)
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.