Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Raised when a custom tool that results in a portable executable being generated or updated is run on a project item.
Namespace: VSLangProj
Assembly: VSLangProj (in VSLangProj.dll)
Syntax
'Declaration
Public Overridable Event DesignTimeOutputDirty As _dispBuildManagerEvents_DesignTimeOutputDirtyEventHandler
public virtual event _dispBuildManagerEvents_DesignTimeOutputDirtyEventHandler DesignTimeOutputDirty
public:
virtual event _dispBuildManagerEvents_DesignTimeOutputDirtyEventHandler^ DesignTimeOutputDirty {
void add (_dispBuildManagerEvents_DesignTimeOutputDirtyEventHandler^ value);
void remove (_dispBuildManagerEvents_DesignTimeOutputDirtyEventHandler^ value);
}
abstract DesignTimeOutputDirty : IEvent<_dispBuildManagerEvents_DesignTimeOutputDirtyEventHandler,
EventArgs>
override DesignTimeOutputDirty : IEvent<_dispBuildManagerEvents_DesignTimeOutputDirtyEventHandler,
EventArgs>
JScript does not support events.
Implements
_dispBuildManagerEvents_Event.DesignTimeOutputDirty
Remarks
The DesignTimeOutputDirty event is raised whenever the custom tool is run. The custom tool is run when any of the following happen:
The custom tool property is set or changed for project item.
The project item file is saved.
The custom tool namespace property changes.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.