Share via


BasicDesignerLoader.EnableComponentNotification(Boolean) 메서드

정의

DesignerLoader에 의한 구성 요소 알림을 활성화 또는 비활성화합니다.

protected:
 virtual bool EnableComponentNotification(bool enable);
protected virtual bool EnableComponentNotification (bool enable);
abstract member EnableComponentNotification : bool -> bool
override this.EnableComponentNotification : bool -> bool
Protected Overridable Function EnableComponentNotification (enable As Boolean) As Boolean

매개 변수

enable
Boolean

DesignerLoader에 의한 구성 요소 알림을 사용하려면 true이고, DesignerLoader에 의한 구성 요소 알림을 사용하지 않으려면 false입니다.

반환

이 호출 전에 구성 요소 알림이 설정되었으면 true이고, 그렇지 않으면 false입니다.

적용 대상