IVsUpdateSolutionEvents2 Interface

Implemented by VSPackages to sink build events for solution and project builds.

Namespace:  Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)

Syntax

‘선언
<GuidAttribute("F59DBC1A-91C3-45C9-9796-1CAB558502DD")> _
<InterfaceTypeAttribute()> _
Public Interface IVsUpdateSolutionEvents2 _
    Inherits IVsUpdateSolutionEvents
‘사용 방법
Dim instance As IVsUpdateSolutionEvents2
[GuidAttribute("F59DBC1A-91C3-45C9-9796-1CAB558502DD")]
[InterfaceTypeAttribute()]
public interface IVsUpdateSolutionEvents2 : IVsUpdateSolutionEvents
[GuidAttribute(L"F59DBC1A-91C3-45C9-9796-1CAB558502DD")]
[InterfaceTypeAttribute()]
public interface class IVsUpdateSolutionEvents2 : IVsUpdateSolutionEvents
[<GuidAttribute("F59DBC1A-91C3-45C9-9796-1CAB558502DD")>]
[<InterfaceTypeAttribute()>]
type IVsUpdateSolutionEvents2 =  
    interface
        interface IVsUpdateSolutionEvents
    end
public interface IVsUpdateSolutionEvents2 extends IVsUpdateSolutionEvents

Remarks

Notes to Implementers

Implemented when VSPackages need to sink build events.

Notes to Callers

Called by the environment.

See Also

Reference

IVsUpdateSolutionEvents2 Members

Microsoft.VisualStudio.Shell.Interop Namespace