다음을 통해 공유


Container.RemoveWithoutUnsiting(IComponent) 메서드

정의

설정 없이 구성 요소를 Container 제거합니다null.Site

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)

매개 변수

component
IComponent

제거할 구성 요소입니다.

설명

메서드는 RemoveWithoutUnsiting 평소와 같이 사이트를 정리하지만 구성 요소의 Site 속성을 null.로 설정하지는 않습니다.

적용 대상

추가 정보