共用方式為


BuildManagerEventsClass.DesignTimeOutputDirty 事件

更新:2007 年 11 月

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

當導致可移植執行檔產生或更新的自訂工具在專案項目上執行時引發。

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

語法

Public Overridable Event DesignTimeOutputDirty As _dispBuildManagerEvents_DesignTimeOutputDirtyEventHandler

Dim instance As BuildManagerEventsClass
Dim handler As _dispBuildManagerEvents_DesignTimeOutputDirtyEventHandler

AddHandler instance.DesignTimeOutputDirty, handler
public virtual event _dispBuildManagerEvents_DesignTimeOutputDirtyEventHandler DesignTimeOutputDirty
public:
virtual  event _dispBuildManagerEvents_DesignTimeOutputDirtyEventHandler^ DesignTimeOutputDirty {
    void add (_dispBuildManagerEvents_DesignTimeOutputDirtyEventHandler^ value);
    void remove (_dispBuildManagerEvents_DesignTimeOutputDirtyEventHandler^ value);
}
JScript 不支援事件。

實作

_dispBuildManagerEvents_Event.DesignTimeOutputDirty

備註

每當自訂工具執行起來時,就會引發 DesignTimeOutputDirty 事件。發生以下任何狀況時,都會啟動執行自訂工具:

  • 當設定或變更專案項目的自訂工具屬性時。

  • 儲存專案項目檔案時。

  • 當自訂工具命名空間屬性變更時。

使用權限

請參閱

參考

BuildManagerEventsClass 類別

BuildManagerEventsClass 成員

VSLangProj 命名空間