This topic has not yet been rated - Rate this topic

Container.CreateSite Method

Creates a site ISite for the given IComponent and assigns the given name to the site.

Namespace:  System.ComponentModel
Assembly:  System (in System.dll)
protected virtual ISite CreateSite(
	IComponent component,
	string name
)

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.

Return Value

Type: System.ComponentModel.ISite
The newly created site.

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.

.NET Framework

Supported in: 4.5, 4, 3.5, 3.0, 2.0, 1.1, 1.0

.NET Framework Client Profile

Supported in: 4, 3.5 SP1

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.

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.