SVsRegisterPriorityCommandTarget 接口

定义

传递到 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 允许包请求在命令路由中首先指定优先级。 它类似于外接程序使用的机制。 但出于性能方面的考虑,应尽量少使用此方法。 它是通过筛选器传递所有命令的全局机制。

适用于