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

true 表示透過 DesignerLoader 啟用元件告知,false 表示透過 DesignerLoader 停用元件告知。

傳回

如果在這個呼叫之前啟用元件告知,則為 true,否則為 false

適用於