Container.RemoveWithoutUnsiting(IComponent) Metoda

Definicja

Usuwa składnik z Container ustawienia bez na Sitenullwartość .

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ę tak jak zwykle, ale nie ustawia właściwości składnika Site na null.

Dotyczy

Zobacz też