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
true
表示透過 DesignerLoader 啟用元件告知,false
表示透過 DesignerLoader 停用元件告知。
傳回
如果在這個呼叫之前啟用元件告知,則為 true
,否則為 false
。