INestedSite Interfaz

Definición

Proporciona la capacidad de recuperar el nombre anidado completo de un componente.

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
Implementaciones

Propiedades

Nombre Description
Component

Obtiene el componente asociado a cuando ISite se implementa mediante una clase .

(Heredado de ISite)
Container

Obtiene el IContainer objeto asociado a cuando ISite se implementa mediante una clase .

(Heredado de ISite)
DesignMode

Determina si el componente está en modo de diseño cuando se implementa mediante una clase.

(Heredado de ISite)
FullName

Obtiene el nombre completo del componente de este sitio.

Name

Obtiene o establece el nombre del componente asociado a cuando ISite se implementa mediante una clase .

(Heredado de ISite)

Métodos

Nombre Description
GetService(Type)

Obtiene el objeto de servicio del tipo especificado.

(Heredado de IServiceProvider)

Se aplica a