This topic has not yet been rated - Rate this topic

SVsRegisterPriorityCommandTarget Interface

Passed to GetService to return a reference to IVsRegisterPriorityCommandTarget.

Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop (in microsoft.visualstudio.shell.interop.dll)

[GuidAttribute("ED77D5EC-B0DE-4721-BDC6-38DCBE589B4C")] 
[GuidAttribute("ED77D5EC-B0DE-4721-BDC6-38DCBE589B4C")] 
public interface SVsRegisterPriorityCommandTarget
/** @attribute GuidAttribute("ED77D5EC-B0DE-4721-BDC6-38DCBE589B4C") */ 
/** @attribute GuidAttribute("ED77D5EC-B0DE-4721-BDC6-38DCBE589B4C") */ 
public interface SVsRegisterPriorityCommandTarget
GuidAttribute("ED77D5EC-B0DE-4721-BDC6-38DCBE589B4C") 
GuidAttribute("ED77D5EC-B0DE-4721-BDC6-38DCBE589B4C") 
public interface SVsRegisterPriorityCommandTarget

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.

Did you find this helpful?
(1500 characters remaining)
Community Content Add
Annotations FAQ