SVsRegisterPriorityCommandTarget Interface

Definição

Passado para GetService(Type) para retornar uma referência a 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
Atributos

Comentários

SVsRegisterPriorityCommandTarget permite que um pacote solicite que ele receba a primeira prioridade no roteamento de comandos. É análogo ao mecanismo que os suplementos de suplementos usam. Mas ele deve ser usado com moderação por motivos de desempenho. É um mecanismo global que passa todos os comandos por meio de seu filtro.

Aplica-se a