Interface SVsRegisterPriorityCommandTarget

 

Passado para GetService para retornar uma referência a IVsRegisterPriorityCommandTarget.

Namespace:   Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop (em Microsoft.VisualStudio.Shell.Interop.dll)

Sintaxe

[GuidAttribute("ED77D5EC-B0DE-4721-BDC6-38DCBE589B4C")]
[GuidAttribute("ED77D5EC-B0DE-4721-BDC6-38DCBE589B4C")]
[ComVisibleAttribute(false)]
public interface SVsRegisterPriorityCommandTarget
[GuidAttribute("ED77D5EC-B0DE-4721-BDC6-38DCBE589B4C")]
[GuidAttribute("ED77D5EC-B0DE-4721-BDC6-38DCBE589B4C")]
[ComVisibleAttribute(false)]
public interface class SVsRegisterPriorityCommandTarget
[<GuidAttribute("ED77D5EC-B0DE-4721-BDC6-38DCBE589B4C")>]
[<GuidAttribute("ED77D5EC-B0DE-4721-BDC6-38DCBE589B4C")>]
[<ComVisibleAttribute(false)>]
type SVsRegisterPriorityCommandTarget = interface end
<GuidAttribute("ED77D5EC-B0DE-4721-BDC6-38DCBE589B4C")>
<GuidAttribute("ED77D5EC-B0DE-4721-BDC6-38DCBE589B4C")>
<ComVisibleAttribute(False)>
Public Interface SVsRegisterPriorityCommandTarget

Comentários

SVsRegisterPriorityCommandTargetpermite que um pacote solicitar que ele seja dada a primeira prioridade no roteamento de comando.Ele é parecido com o mecanismo que usam de suplementos.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.

Consulte também

Namespace Microsoft.VisualStudio.Shell.Interop

Retornar ao topo