IVsRegisterPriorityCommandTarget Interface
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
<GuidAttribute("ED77D5EC-B0DE-4721-BDC6-38DCBE589B4C")> _
<InterfaceTypeAttribute()> _
Public Interface IVsRegisterPriorityCommandTarget
'Uso
Dim instance As IVsRegisterPriorityCommandTarget
[GuidAttribute("ED77D5EC-B0DE-4721-BDC6-38DCBE589B4C")]
[InterfaceTypeAttribute()]
public interface IVsRegisterPriorityCommandTarget
[GuidAttribute(L"ED77D5EC-B0DE-4721-BDC6-38DCBE589B4C")]
[InterfaceTypeAttribute()]
public interface class IVsRegisterPriorityCommandTarget
[<GuidAttribute("ED77D5EC-B0DE-4721-BDC6-38DCBE589B4C")>]
[<InterfaceTypeAttribute()>]
type IVsRegisterPriorityCommandTarget = interface end
public interface IVsRegisterPriorityCommandTarget
Remarks
This interface can have a severe negative effect on performance.