Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Microsoft Internal Use Only.
Namespace: Microsoft.VisualStudio.VCProjectEngine
Assembly: Microsoft.VisualStudio.VCProjectEngine (in Microsoft.VisualStudio.VCProjectEngine.dll)
Syntax
'Declaration
Public Overridable Sub ProjectBuildFinished ( _
A_1 As Object, _
A_2 As Integer, _
A_3 As Integer, _
A_4 As Boolean _
)
public virtual void ProjectBuildFinished(
Object A_1,
int A_2,
int A_3,
bool A_4
)
public:
virtual void ProjectBuildFinished(
Object^ A_1,
int A_2,
int A_3,
bool A_4
)
abstract ProjectBuildFinished :
A_1:Object *
A_2:int *
A_3:int *
A_4:bool -> unit
override ProjectBuildFinished :
A_1:Object *
A_2:int *
A_3:int *
A_4:bool -> unit
public function ProjectBuildFinished(
A_1 : Object,
A_2 : int,
A_3 : int,
A_4 : boolean
)
Parameters
- A_1
Type: System.Object
- A_2
Type: System.Int32
- A_3
Type: System.Int32
- A_4
Type: System.Boolean
Implements
_dispVCProjectEngineEvents.ProjectBuildFinished(Object, Int32, Int32, Boolean)
.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.