IVsCommandHandlerServiceAdapter Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
An adapter that exposes IEditorCommandHandlerServices for a given text view via IOleCommandTarget interface.
public interface class IVsCommandHandlerServiceAdapter : Microsoft::VisualStudio::OLE::Interop::IOleCommandTarget
public interface IVsCommandHandlerServiceAdapter : Microsoft.VisualStudio.OLE.Interop.IOleCommandTarget
type IVsCommandHandlerServiceAdapter = interface
interface IOleCommandTarget
Public Interface IVsCommandHandlerServiceAdapter
Implements IOleCommandTarget
- Implements
Properties
NextCommandTarget |
A next IOleCommandTarget in a command handling chain. |
TextView |
The text view this adapter was created for. |
Methods
Exec(Guid, UInt32, UInt32, IntPtr, IntPtr) |
Executes the specified command. (Inherited from IOleCommandTarget) |
QueryStatus(Guid, UInt32, OLECMD[], IntPtr) |
Queries the object for the status of one or more commands generated by user interface events. (Inherited from IOleCommandTarget) |