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

适用于