Share via


Container.RemoveWithoutUnsiting(IComponent) Metoda

Definice

Odebere komponentu z Container nastavení Site bez na nullhodnotu .

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í web jako obvykle, ale nenastaví vlastnost komponenty Site na nullhodnotu .

Platí pro

Viz také