Container.RemoveWithoutUnsiting(IComponent) Método

Definição

Remove um componente do Container sem configurar Site como null.

protected:
 void RemoveWithoutUnsiting(System::ComponentModel::IComponent ^ component);
protected void RemoveWithoutUnsiting (System.ComponentModel.IComponent component);
protected void RemoveWithoutUnsiting (System.ComponentModel.IComponent? component);
member this.RemoveWithoutUnsiting : System.ComponentModel.IComponent -> unit
Protected Sub RemoveWithoutUnsiting (component As IComponent)

Parâmetros

component
IComponent

O componente a ser removido.

Comentários

O RemoveWithoutUnsiting método limpa o site como de costume, mas não define a propriedade do Site componente como null.

Aplica-se a

Confira também