INestedSite Interface

Definition

Provides the ability to retrieve the full nested name of a component.

public interface class INestedSite : IServiceProvider, System::ComponentModel::ISite
public interface class INestedSite : System::ComponentModel::ISite
public interface INestedSite : IServiceProvider, System.ComponentModel.ISite
public interface INestedSite : System.ComponentModel.ISite
type INestedSite = interface
    interface ISite
    interface IServiceProvider
Public Interface INestedSite
Implements IServiceProvider, ISite
Public 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)

Applies to