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 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。