Partilhar via


Método VsTextViewClass.RemoveCommandFilter

Remove um filtro de comando os filtros de cadeia de comando.

Namespace:  Microsoft.VisualStudio.TextManager.Interop
Assembly:  Microsoft.VisualStudio.TextManager.Interop (em Microsoft.VisualStudio.TextManager.Interop.dll)

Sintaxe

'Declaração
Public Overridable Function RemoveCommandFilter ( _
    pCmdTarg As IOleCommandTarget _
) As Integer
public virtual int RemoveCommandFilter(
    IOleCommandTarget pCmdTarg
)
public:
virtual int RemoveCommandFilter(
    [InAttribute] IOleCommandTarget^ pCmdTarg
)
abstract RemoveCommandFilter : 
        pCmdTarg:IOleCommandTarget -> int  
override RemoveCommandFilter : 
        pCmdTarg:IOleCommandTarget -> int
public function RemoveCommandFilter(
    pCmdTarg : IOleCommandTarget
) : int

Parâmetros

  • pCmdTarg
    Tipo: IOleCommandTarget

    [in] Ponteiro para um filtro de comando para remover.

Valor de retorno

Tipo: Int32

Implementações

IVsTextView.RemoveCommandFilter(IOleCommandTarget)

Segurança do .NET Framework

Consulte também

Referência

VsTextViewClass Classe

Namespace Microsoft.VisualStudio.TextManager.Interop