_dispBuildEvents.OnBuildBegin(vsBuildScope, vsBuildAction) Method

Definition

Microsoft Internal Use Only.

This API supports the product infrastructure and is not intended to be used directly from your code.

public:
 void OnBuildBegin(EnvDTE::vsBuildScope Scope, EnvDTE::vsBuildAction Action);
public:
 void OnBuildBegin(EnvDTE::vsBuildScope Scope, EnvDTE::vsBuildAction Action);
void OnBuildBegin(EnvDTE::vsBuildScope Scope, EnvDTE::vsBuildAction Action);
[System.Runtime.InteropServices.DispId(3)]
public void OnBuildBegin (EnvDTE.vsBuildScope Scope, EnvDTE.vsBuildAction Action);
[<System.Runtime.InteropServices.DispId(3)>]
abstract member OnBuildBegin : EnvDTE.vsBuildScope * EnvDTE.vsBuildAction -> unit
Public Sub OnBuildBegin (Scope As vsBuildScope, Action As vsBuildAction)

Parameters

Scope
vsBuildScope

The scope.

Action
vsBuildAction

The action.

Attributes

Applies to