IVsTextView.RemoveCommandFilter Method
Removes a command filter from the chain of command filters.
Namespace: Microsoft.VisualStudio.TextManager.Interop
Assembly: Microsoft.VisualStudio.TextManager.Interop (in Microsoft.VisualStudio.TextManager.Interop.dll)
Syntax
'Declaration
Function RemoveCommandFilter ( _
pCmdTarg As IOleCommandTarget _
) As Integer
int RemoveCommandFilter(
IOleCommandTarget pCmdTarg
)
int RemoveCommandFilter(
[InAttribute] IOleCommandTarget^ pCmdTarg
)
abstract RemoveCommandFilter :
pCmdTarg:IOleCommandTarget -> int
function RemoveCommandFilter(
pCmdTarg : IOleCommandTarget
) : int
Parameters
pCmdTarg
Type: Microsoft.VisualStudio.OLE.Interop.IOleCommandTarget[in] Pointer to a command filter to remove.
Return Value
Type: System.Int32
If the method succeeds, it returns S_OK. If it fails, it returns an error code.
Remarks
COM Signature
From textmgr.idl:
HRESULT IVsTextView::RemoveCommandFilter(
[in] IOleCommandTarget *pCmdTarg
);
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.