Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
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
'Declaration
<InterfaceTypeAttribute()> _
<GuidAttribute("925E8559-17DF-494C-87DA-BBEE251702DE")> _
Public Interface IVsPrioritizedSolutionEvents
'Usage
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
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.