_dispBuildEvents_SinkHelper.OnBuildDone Method
This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Microsoft Internal Use Only.
Namespace: EnvDTE
Assembly: EnvDTE (in EnvDTE.dll)
Syntax
'Declaration
Public Overridable Sub OnBuildDone ( _
A_1 As vsBuildScope, _
A_2 As vsBuildAction _
)
public virtual void OnBuildDone(
vsBuildScope A_1,
vsBuildAction A_2
)
public:
virtual void OnBuildDone(
vsBuildScope A_1,
vsBuildAction A_2
)
abstract OnBuildDone :
A_1:vsBuildScope *
A_2:vsBuildAction -> unit
override OnBuildDone :
A_1:vsBuildScope *
A_2:vsBuildAction -> unit
public function OnBuildDone(
A_1 : vsBuildScope,
A_2 : vsBuildAction
)
Parameters
- A_1
Type: EnvDTE.vsBuildScope
- A_2
Type: EnvDTE.vsBuildAction
Implements
_dispBuildEvents.OnBuildDone(vsBuildScope, vsBuildAction)
.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.