IVsTextView::RemoveCommandFilter Method (IOleCommandTarget^)
Visual Studio 2015
Removes a command filter from the chain of command filters.
Assembly: Microsoft.VisualStudio.TextManager.Interop (in Microsoft.VisualStudio.TextManager.Interop.dll)
Parameters
- pCmdTarg
-
Type:
Microsoft.VisualStudio.OLE.Interop::IOleCommandTarget^
[in] Pointer to a command filter to remove.
Return Value
Type: System::Int32If the method succeeds, it returns S_OK. If it fails, it returns an error code.
From textmgr.idl:
HRESULT IVsTextView::RemoveCommandFilter(
[in] IOleCommandTarget *pCmdTarg
);
Show: