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 позволяет пакету запрашивать, что ему предоставляется первый приоритет в маршрутизации команд. Он аналогичен механизму, используемому в надстройках. Но его следует использовать экономно по соображениям производительности. Это глобальный механизм, передающий все команды через фильтр.

Применяется к