IVsRegisterPriorityCommandTarget Members

Include Protected Members
Include Inherited Members

Used by a package to register itself as a high priority command handler. This allows the package to see all comands. You can use this to simplify the environment by hiding parts of the command structure. You can get an instance of this interface from the SVsRegisterPriorityCommandTarget (SID_SVsRegisterPriorityCommandTarget) service.

The IVsRegisterPriorityCommandTarget type exposes the following members.

Methods

 

Name

Description

Public method

RegisterPriorityCommandTarget

Registers a new command target (IOleCommandTarget).

Public method

UnregisterPriorityCommandTarget

Unregisters the command target identified by a cookie.

Top

See Also

Reference

IVsRegisterPriorityCommandTarget Interface

Microsoft.VisualStudio.Shell.Interop Namespace