INestedSite Interface

Definição

Fornece a capacidade de recuperar o nome completo aninhado de um componente.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
Implementações

Propriedades

Component

Obtém o componente associado a ISite quando implementado por uma classe.Gets the component associated with the ISite when implemented by a class.

(Herdado de ISite)
Container

Obtém o IContainer associado a ISite quando implementado por uma classe.Gets the IContainer associated with the ISite when implemented by a class.

(Herdado de ISite)
DesignMode

Determina se o componente está no modo de design quando é implementado por uma classe.Determines whether the component is in design mode when implemented by a class.

(Herdado de ISite)
FullName

Obtém o nome completo do componente neste site.Gets the full name of the component in this site.

Name

Obtém ou define o nome do componente associado a ISite quando implementado por uma classe.Gets or sets the name of the component associated with the ISite when implemented by a class.

(Herdado de ISite)

Métodos

GetService(Type)

Obtém o objeto de serviço do tipo especificado.Gets the service object of the specified type.

(Herdado de IServiceProvider)

Aplica-se a