Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
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
'Declaración
<InterfaceTypeAttribute()> _
<GuidAttribute("925E8559-17DF-494C-87DA-BBEE251702DE")> _
Public Interface IVsPrioritizedSolutionEvents
'Uso
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.