IVsPrioritizedSolutionEvents Interface

Defines high priority event methods for a solution.

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

Syntax

‘선언
<InterfaceTypeAttribute()> _
<GuidAttribute("925E8559-17DF-494C-87DA-BBEE251702DE")> _
Public Interface IVsPrioritizedSolutionEvents
‘사용 방법
Dim instance As IVsPrioritizedSolutionEvents
[InterfaceTypeAttribute()]
[GuidAttribute("925E8559-17DF-494C-87DA-BBEE251702DE")]
public interface IVsPrioritizedSolutionEvents
[InterfaceTypeAttribute()]
[GuidAttribute(L"925E8559-17DF-494C-87DA-BBEE251702DE")]
public interface class IVsPrioritizedSolutionEvents
[<InterfaceTypeAttribute()>]
[<GuidAttribute("925E8559-17DF-494C-87DA-BBEE251702DE")>]
type IVsPrioritizedSolutionEvents =  interface end
public interface IVsPrioritizedSolutionEvents

Remarks

Methods have the same signatures as the corresponding IVsSolutionEvents methods. However, prioritized "after" methods are called before standard "after" methods. Similarly, prioritized "before" methods are called after standard "before" methods.

See Also

Reference

IVsPrioritizedSolutionEvents Members

Microsoft.VisualStudio.Shell.Interop Namespace