This topic has not yet been rated - Rate this topic

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)

[GuidAttribute("925E8559-17DF-494C-87DA-BBEE251702DE")] 
[InterfaceTypeAttribute(1)] 
public interface IVsPrioritizedSolutionEvents
/** @attribute GuidAttribute("925E8559-17DF-494C-87DA-BBEE251702DE") */ 
/** @attribute InterfaceTypeAttribute(1) */ 
public interface IVsPrioritizedSolutionEvents
GuidAttribute("925E8559-17DF-494C-87DA-BBEE251702DE") 
InterfaceTypeAttribute(1) 
public interface IVsPrioritizedSolutionEvents

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.

Did you find this helpful?
(1500 characters remaining)
Community Content Add
Annotations FAQ