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