共用方式為


IVsApplicationConfiguration.ConfigurationChanged 事件

發生於專案組態已變更。

命名空間:  Microsoft.VisualStudio.ManagedInterfaces9
組件:  Microsoft.VisualStudio.ManagedInterfaces.WCF (在 Microsoft.VisualStudio.ManagedInterfaces.WCF.dll 中)

語法

'宣告
Event ConfigurationChanged As EventHandler
event EventHandler ConfigurationChanged
event EventHandler^ ConfigurationChanged {
    void add (EventHandler^ value);
    void remove (EventHandler^ value);
}
abstract ConfigurationChanged : IEvent<EventHandler,
    EventArgs>
JScript 不支援事件。

備註

ConfigurationChanged事件通知的設定已經變更,而且任何先前傳回組態物件已因不正確。 此事件可能是因為其他人修改其中一項組態階層架構中的組態檔或時已經重新命名檔案、 加入或刪除。

.NET Framework 安全性

請參閱

參考

IVsApplicationConfiguration 介面

Microsoft.VisualStudio.ManagedInterfaces9 命名空間