IVsTextView.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
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
Parámetros
pCmdTarg
Tipo: IOleCommandTarget[in] Puntero a un filtro de comando para quitar.
Valor devuelto
Tipo: Int32
si el método tiene éxito, devuelve S_OK.Si se produce un error, devuelve un código de error.
Comentarios
Prototipo COM
de textmgr.idl:
HRESULT IVsTextView::RemoveCommandFilter(
[in] IOleCommandTarget *pCmdTarg
);
Seguridad de .NET Framework
- Plena confianza para el llamador inmediato. Un código de confianza parcial no puede utilizar este miembro. Para obtener más información, vea Utilizar bibliotecas de código que no es de plena confianza.
Vea también
Referencia
Microsoft.VisualStudio.TextManager.Interop (Espacio de nombres)