SVsRegisterPriorityCommandTarget 接口
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
传递到 GetService(Type) 以返回对的引用 IVsRegisterPriorityCommandTarget 。
public interface class SVsRegisterPriorityCommandTarget
public interface class SVsRegisterPriorityCommandTarget
__interface SVsRegisterPriorityCommandTarget
[System.Runtime.InteropServices.ComVisible(false)]
public interface SVsRegisterPriorityCommandTarget
[System.Runtime.InteropServices.ComVisible(false)]
[System.Runtime.InteropServices.Guid("ED77D5EC-B0DE-4721-BDC6-38DCBE589B4C")]
public interface SVsRegisterPriorityCommandTarget
[<System.Runtime.InteropServices.ComVisible(false)>]
type SVsRegisterPriorityCommandTarget = interface
[<System.Runtime.InteropServices.ComVisible(false)>]
[<System.Runtime.InteropServices.Guid("ED77D5EC-B0DE-4721-BDC6-38DCBE589B4C")>]
type SVsRegisterPriorityCommandTarget = interface
Public Interface SVsRegisterPriorityCommandTarget
- 属性
注解
SVsRegisterPriorityCommandTarget 允许包请求在命令路由中首先指定优先级。 它类似于外接程序使用的机制。 但出于性能方面的考虑,应尽量少使用此方法。 它是通过筛选器传递所有命令的全局机制。