Kommentar
Å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.
Namespace: Microsoft.VisualStudio.VCProjectEngine
Assembly: Microsoft.VisualStudio.VCProjectEngine (in Microsoft.VisualStudio.VCProjectEngine.dll)
Syntax
'Declaration
Sub OnBuildCompleted ( _
buildId As UInteger, _
fSuccessful As Boolean _
)
void OnBuildCompleted(
uint buildId,
bool fSuccessful
)
void OnBuildCompleted(
[InAttribute] unsigned int buildId,
[InAttribute] bool fSuccessful
)
abstract OnBuildCompleted :
buildId:uint32 *
fSuccessful:bool -> unit
function OnBuildCompleted(
buildId : uint,
fSuccessful : boolean
)
Parameters
- buildId
Type: UInt32
- fSuccessful
Type: 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.