BasicDesignerLoader.EnableComponentNotification(Boolean) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
使用 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
。