Container.RemoveWithoutUnsiting(IComponent) Metoda

Definicja

Usuwa składnik z elementu Container bez ustawienia Site na 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)

Parametry

component
IComponent

Składnik do usunięcia.

Uwagi

Metoda RemoveWithoutUnsiting czyści lokację w zwykły sposób, ale nie ustawia właściwości składnika Site na null.

Dotyczy

Zobacz też