INestedSite Interface
.NET Framework 4.5
Provides the ability to retrieve the full nested name of a component.
Namespace: System.ComponentModel
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 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.
