Anteckning
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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
<ComVisibleAttribute(False)> _
Public Delegate Sub _dispBuildEvents_OnBuildBeginEventHandler ( _
Scope As vsBuildScope, _
Action As vsBuildAction _
)
[ComVisibleAttribute(false)]
public delegate void _dispBuildEvents_OnBuildBeginEventHandler(
vsBuildScope Scope,
vsBuildAction Action
)
[ComVisibleAttribute(false)]
public delegate void _dispBuildEvents_OnBuildBeginEventHandler(
vsBuildScope Scope,
vsBuildAction Action
)
[<ComVisibleAttribute(false)>]
type _dispBuildEvents_OnBuildBeginEventHandler =
delegate of
Scope:vsBuildScope *
Action:vsBuildAction -> unit
JScript does not support delegates.
Parameters
- Scope
Type: EnvDTE.vsBuildScope
The vsBuildScope.
- Action
Type: EnvDTE.vsBuildAction
The vsBuildAction.