IVsUpdateSolutionEvents3 Interface

Defines events for changes in the solution configuration. Extends, but does not inherit from, IVsUpdateSolutionEvents2 and IVsUpdateSolutionEvents. To monitor these events, implement the interface and use it as an argument of the AdviseUpdateSolutionEvents3 method of IVsSolutionBuildManager3.

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

Syntax

‘선언
<InterfaceTypeAttribute()> _
<GuidAttribute("40025C28-3303-42CA-BED8-0F3BD856BD6D")> _
Public Interface IVsUpdateSolutionEvents3
‘사용 방법
Dim instance As IVsUpdateSolutionEvents3
[InterfaceTypeAttribute()]
[GuidAttribute("40025C28-3303-42CA-BED8-0F3BD856BD6D")]
public interface IVsUpdateSolutionEvents3
[InterfaceTypeAttribute()]
[GuidAttribute(L"40025C28-3303-42CA-BED8-0F3BD856BD6D")]
public interface class IVsUpdateSolutionEvents3
[<InterfaceTypeAttribute()>]
[<GuidAttribute("40025C28-3303-42CA-BED8-0F3BD856BD6D")>]
type IVsUpdateSolutionEvents3 =  interface end
public interface IVsUpdateSolutionEvents3

See Also

Reference

IVsUpdateSolutionEvents3 Members

Microsoft.VisualStudio.Shell.Interop Namespace