Sdílet prostřednictvím


Container.RemoveWithoutUnsiting(IComponent) Metoda

Definice

Odebere komponentu Container z nastavení bez nastavení 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

Komponenta, která se má odebrat.

Poznámky

Metoda RemoveWithoutUnsiting vyčistí lokalitu obvyklým způsobem, ale nenastaví vlastnost komponenty Site na nullhodnotu .

Platí pro

Viz také