IVCBuildCompleteCallback Interface

Namespace:  Microsoft.VisualStudio.VCProjectEngine
Assembly:  Microsoft.VisualStudio.VCProjectEngine (in Microsoft.VisualStudio.VCProjectEngine.dll)

Syntax

'Declaration
<GuidAttribute("4FE76318-728C-5979-1102-FF002312F556")> _
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)> _
Public Interface IVCBuildCompleteCallback
[GuidAttribute("4FE76318-728C-5979-1102-FF002312F556")]
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)]
public interface IVCBuildCompleteCallback
[GuidAttribute(L"4FE76318-728C-5979-1102-FF002312F556")]
[InterfaceTypeAttribute(ComInterfaceType::InterfaceIsIUnknown)]
public interface class IVCBuildCompleteCallback
[<GuidAttribute("4FE76318-728C-5979-1102-FF002312F556")>]
[<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)>]
type IVCBuildCompleteCallback =  interface end
public interface IVCBuildCompleteCallback

The IVCBuildCompleteCallback type exposes the following members.

Methods

  Name Description
Public method OnBuildCompleted

Top

See Also

Reference

Microsoft.VisualStudio.VCProjectEngine Namespace