SVsRegisterPriorityCommandTarget Interface
Visual Studio 2015
Passed to GetService to return a reference to IVsRegisterPriorityCommandTarget.
Assembly: Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)
SVsRegisterPriorityCommandTarget allows a package to request that it be given first priority in command routing. It is analogous to the mechanism that Add Ins use. But it should be used sparingly for performance reasons. It is a global mechanism that passes all commands through your filter.
Show: