GetCompilationSummaryForBuildCompletedEventHandler (Delegado)

Actualización: noviembre 2007

NOTA: esta API ya está obsoleta. La alternativa no obsoleta es .

Espacio de nombres:  Microsoft.TeamFoundation.Build.Proxy
Ensamblado:  Microsoft.TeamFoundation.Build.Common (en Microsoft.TeamFoundation.Build.Common.dll)

Sintaxis

<ObsoleteAttribute("This delegate has been deprecated. Please remove all references.")> _
Public Delegate Sub GetCompilationSummaryForBuildCompletedEventHandler ( _
    sender As Object, _
    e As GetCompilationSummaryForBuildCompletedEventArgs _
)

Dim instance As New GetCompilationSummaryForBuildCompletedEventHandler(AddressOf HandlerMethod)
[ObsoleteAttribute("This delegate has been deprecated. Please remove all references.")]
public delegate void GetCompilationSummaryForBuildCompletedEventHandler(
    Object sender,
    GetCompilationSummaryForBuildCompletedEventArgs e
)
[ObsoleteAttribute(L"This delegate has been deprecated. Please remove all references.")]
public delegate void GetCompilationSummaryForBuildCompletedEventHandler(
    Object^ sender, 
    GetCompilationSummaryForBuildCompletedEventArgs^ e
)
JScript no admite delegados.

Parámetros

Vea también

Referencia

Microsoft.TeamFoundation.Build.Proxy (Espacio de nombres)