This documentation is archived and is not being maintained.
INestedSite Interface
Visual Studio 2010
Provides the ability to retrieve the full nested name of a component.
Assembly: System (in System.dll)
The INestedSite type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | Component | Gets the component associated with the ISite when implemented by a class. (Inherited from ISite.) |
![]() | Container | Gets the IContainer associated with the ISite when implemented by a class. (Inherited from ISite.) |
![]() | DesignMode | Determines whether the component is in design mode when implemented by a class. (Inherited from ISite.) |
![]() | FullName | Gets the full name of the component in this site. |
![]() | Name | Gets or sets the name of the component associated with the ISite when implemented by a class. (Inherited from ISite.) |
| Name | Description | |
|---|---|---|
![]() | GetService | Gets the service object of the specified type. (Inherited from IServiceProvider.) |
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows XP SP2 x64 Edition, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show:
