共用方式為


BuildEventsClass.OnBuildProjConfigDone 事件

這個應用程式開發介面支援 .NET Framework 基礎結構,但您不可以直接在程式碼中使用它。

發生於專案組態組建完成之後。

命名空間:  EnvDTE
組件:  EnvDTE (在 EnvDTE.dll 中)

語法

'宣告
Public Overridable Event OnBuildProjConfigDone As _dispBuildEvents_OnBuildProjConfigDoneEventHandler
public virtual event _dispBuildEvents_OnBuildProjConfigDoneEventHandler OnBuildProjConfigDone
public:
virtual   event _dispBuildEvents_OnBuildProjConfigDoneEventHandler^ OnBuildProjConfigDone {
    void add (_dispBuildEvents_OnBuildProjConfigDoneEventHandler^ value);
    void remove (_dispBuildEvents_OnBuildProjConfigDoneEventHandler^ value);
}
abstract OnBuildProjConfigDone : IEvent<_dispBuildEvents_OnBuildProjConfigDoneEventHandler,
    EventArgs>
override OnBuildProjConfigDone : IEvent<_dispBuildEvents_OnBuildProjConfigDoneEventHandler,
    EventArgs>
JScript 不支援事件。

實作

_dispBuildEvents_Event.OnBuildProjConfigDone

.NET Framework 安全性

請參閱

參考

BuildEventsClass 類別

EnvDTE 命名空間