Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Defines high priority event methods for a solution.
public interface class IVsPrioritizedSolutionEvents
public interface class IVsPrioritizedSolutionEvents
__interface IVsPrioritizedSolutionEvents
[System.Runtime.InteropServices.Guid("925E8559-17DF-494C-87DA-BBEE251702DE")]
[System.Runtime.InteropServices.InterfaceType(1)]
public interface IVsPrioritizedSolutionEvents
[<System.Runtime.InteropServices.Guid("925E8559-17DF-494C-87DA-BBEE251702DE")>]
[<System.Runtime.InteropServices.InterfaceType(1)>]
type IVsPrioritizedSolutionEvents = interface
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.