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.
Occurs after a project configuration build completes.
Namespace: EnvDTE
Assembly: EnvDTE (in EnvDTE.dll)
Syntax
'Declaration
Public Overridable Event OnBuildProjConfigDone As _dispBuildEvents_OnBuildProjConfigDoneEventHandler
'Usage
Dim instance As BuildEventsClass
Dim handler As _dispBuildEvents_OnBuildProjConfigDoneEventHandler
AddHandler instance.OnBuildProjConfigDone, handler
public virtual event _dispBuildEvents_OnBuildProjConfigDoneEventHandler OnBuildProjConfigDone
public:
virtual event _dispBuildEvents_OnBuildProjConfigDoneEventHandler^ OnBuildProjConfigDone {
void add (_dispBuildEvents_OnBuildProjConfigDoneEventHandler^ value);
void remove (_dispBuildEvents_OnBuildProjConfigDoneEventHandler^ value);
}
JScript does not support events.
Implements
_dispBuildEvents_Event.OnBuildProjConfigDone
.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.