Delegado _dispVCProjectEngineEvents_ProjectBuildFinishedEventHandler
Esta API oferece suporte à infraestrutura .NET Framework e não se destina a ser usada diretamente do seu código.
Microsoft somente para uso interno.
Namespace: Microsoft.VisualStudio.VCProjectEngine
Assembly: Microsoft.VisualStudio.VCProjectEngine (em Microsoft.VisualStudio.VCProjectEngine.dll)
Sintaxe
'Declaração
<ComVisibleAttribute(False)> _
Public Delegate Sub _dispVCProjectEngineEvents_ProjectBuildFinishedEventHandler ( _
Cfg As Object, _
warnings As Integer, _
errors As Integer, _
Cancelled As Boolean _
)
[ComVisibleAttribute(false)]
public delegate void _dispVCProjectEngineEvents_ProjectBuildFinishedEventHandler(
Object Cfg,
int warnings,
int errors,
bool Cancelled
)
[ComVisibleAttribute(false)]
public delegate void _dispVCProjectEngineEvents_ProjectBuildFinishedEventHandler(
[InAttribute] Object^ Cfg,
[InAttribute] int warnings,
[InAttribute] int errors,
[InAttribute] bool Cancelled
)
[<ComVisibleAttribute(false)>]
type _dispVCProjectEngineEvents_ProjectBuildFinishedEventHandler =
delegate of
Cfg:Object *
warnings:int *
errors:int *
Cancelled:bool -> unit
JScript não oferece suporte a delegados.
Parâmetros
Cfg
Tipo: ObjectConfiguração
warnings
Tipo: Int32Sinalizador de avisos
errors
Tipo: Int32Sinalizador de erros
Cancelled
Tipo: BooleanBooleano informando se a compilação foi cancelada