Compartir a través de


VsTextViewClass.RemoveCommandFilter (Método)

Quita un filtro de comando de los filtros de la cadena de comandos.

Espacio de nombres:  Microsoft.VisualStudio.TextManager.Interop
Ensamblado:  Microsoft.VisualStudio.TextManager.Interop (en Microsoft.VisualStudio.TextManager.Interop.dll)

Sintaxis

'Declaración
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] Puntero a un filtro de comando para quitar.

Valor devuelto

Tipo: Int32

Implementaciones

IVsTextView.RemoveCommandFilter(IOleCommandTarget)

Seguridad de .NET Framework

Vea también

Referencia

VsTextViewClass Clase

Microsoft.VisualStudio.TextManager.Interop (Espacio de nombres)