INestedSite Interface 
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Provides the ability to retrieve the full nested name of a component.
public interface class INestedSite : IServiceProvider, System::ComponentModel::ISitepublic interface class INestedSite : System::ComponentModel::ISitepublic interface INestedSite : IServiceProvider, System.ComponentModel.ISitepublic interface INestedSite : System.ComponentModel.ISitetype INestedSite = interface
    interface ISite
    interface IServiceProviderPublic Interface INestedSite
Implements IServiceProvider, ISitePublic Interface INestedSite
Implements ISite- Implements
Properties
| 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) | 
Methods
| GetService(Type) | Gets the service object of the specified type.(Inherited from IServiceProvider) |