IVCBuildCompleteCallback Interface

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

Syntax

'Declaration
<GuidAttribute("3A59DD59-BC50-4936-B0B5-459225F4C286")> _
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)> _
Public Interface IVCBuildCompleteCallback
[GuidAttribute("3A59DD59-BC50-4936-B0B5-459225F4C286")]
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)]
public interface IVCBuildCompleteCallback
[GuidAttribute(L"3A59DD59-BC50-4936-B0B5-459225F4C286")]
[InterfaceTypeAttribute(ComInterfaceType::InterfaceIsIUnknown)]
public interface class IVCBuildCompleteCallback
[<GuidAttribute("3A59DD59-BC50-4936-B0B5-459225F4C286")>]
[<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