IVsCommandHandlerServiceAdapter Interface

Definition

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)

Applies to