Share via


_dispBuildEvents_Event.add_OnBuildProjConfigDone 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 add_OnBuildProjConfigDone ( _
    A_1 As _dispBuildEvents_OnBuildProjConfigDoneEventHandler _
)
void add_OnBuildProjConfigDone(
    _dispBuildEvents_OnBuildProjConfigDoneEventHandler A_1
)
void add_OnBuildProjConfigDone(
    _dispBuildEvents_OnBuildProjConfigDoneEventHandler^ A_1
)
abstract add_OnBuildProjConfigDone : 
        A_1:_dispBuildEvents_OnBuildProjConfigDoneEventHandler -> unit
function add_OnBuildProjConfigDone(
    A_1 : _dispBuildEvents_OnBuildProjConfigDoneEventHandler
)

Parameters

.NET Framework Security

See Also

Reference

_dispBuildEvents_Event Interface

EnvDTE Namespace