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
声明
Public Overridable Sub ProjectBuildFinished ( _
A_1 As Object, _
A_2 As Integer, _
A_3 As Integer, _
A_4 As Boolean _
)
用法
Dim instance As _dispVCProjectEngineEvents_SinkHelper
Dim A_1 As Object
Dim A_2 As Integer
Dim A_3 As Integer
Dim A_4 As Boolean
instance.ProjectBuildFinished(A_1, A_2, _
A_3, A_4)
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
)
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)
Permissions
- 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.
See Also
Reference
_dispVCProjectEngineEvents_SinkHelper Class