_dispBuildEvents.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
Sub OnBuildDone ( _
    Scope As vsBuildScope, _
    Action As vsBuildAction _
)
void OnBuildDone(
    vsBuildScope Scope,
    vsBuildAction Action
)
void OnBuildDone(
    vsBuildScope Scope, 
    vsBuildAction Action
)
abstract OnBuildDone : 
        Scope:vsBuildScope * 
        Action:vsBuildAction -> unit 
function OnBuildDone(
    Scope : vsBuildScope, 
    Action : vsBuildAction
)

Parameters

.NET Framework Security

See Also

Reference

_dispBuildEvents Interface

EnvDTE Namespace