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
'Usage
Dim instance As IVsTextView 
Dim pCmdTarg As IOleCommandTarget 
Dim returnValue As Integer 

returnValue = instance.RemoveCommandFilter(pCmdTarg)
int RemoveCommandFilter(
    IOleCommandTarget pCmdTarg
)
int RemoveCommandFilter(
    [InAttribute] IOleCommandTarget^ pCmdTarg
)
function RemoveCommandFilter(
    pCmdTarg : IOleCommandTarget
) : int

Parameters

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

See Also

Reference

IVsTextView Interface

IVsTextView Members

Microsoft.VisualStudio.TextManager.Interop Namespace