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.
Used by a package to register itself as a high priority command handler. This allows the package to see all comands. You can use this to simplify the environment by hiding parts of the command structure. You can get an instance of this interface from the SVsRegisterPriorityCommandTarget (SID_SVsRegisterPriorityCommandTarget) service.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)
Syntax
'Declaración
<InterfaceTypeAttribute()> _
<GuidAttribute("ED77D5EC-B0DE-4721-BDC6-38DCBE589B4C")> _
Public Interface IVsRegisterPriorityCommandTarget
'Uso
Dim instance As IVsRegisterPriorityCommandTarget
[InterfaceTypeAttribute()]
[GuidAttribute("ED77D5EC-B0DE-4721-BDC6-38DCBE589B4C")]
public interface IVsRegisterPriorityCommandTarget
[InterfaceTypeAttribute()]
[GuidAttribute(L"ED77D5EC-B0DE-4721-BDC6-38DCBE589B4C")]
public interface class IVsRegisterPriorityCommandTarget
public interface IVsRegisterPriorityCommandTarget
Remarks
This interface can have a severe negative effect on performance.