VsTextViewClass.AddCommandFilter (Método)
Agrega un filtro de comando a los filtros existentes 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 AddCommandFilter ( _
pNewCmdTarg As IOleCommandTarget, _
<OutAttribute> ByRef ppNextCmdTarg As IOleCommandTarget _
) As Integer
public virtual int AddCommandFilter(
IOleCommandTarget pNewCmdTarg,
out IOleCommandTarget ppNextCmdTarg
)
public:
virtual int AddCommandFilter(
[InAttribute] IOleCommandTarget^ pNewCmdTarg,
[OutAttribute] IOleCommandTarget^% ppNextCmdTarg
)
abstract AddCommandFilter :
pNewCmdTarg:IOleCommandTarget *
ppNextCmdTarg:IOleCommandTarget byref -> int
override AddCommandFilter :
pNewCmdTarg:IOleCommandTarget *
ppNextCmdTarg:IOleCommandTarget byref -> int
public function AddCommandFilter(
pNewCmdTarg : IOleCommandTarget,
ppNextCmdTarg : IOleCommandTarget
) : int
Parámetros
pNewCmdTarg
Tipo: IOleCommandTarget[in] Puntero al nuevo filtro de comando (IOleCommandTarget) para agregar a la cadena del filtro del comando.
ppNextCmdTarg
Tipo: IOleCommandTarget%[out] Puntero a un filtro del comando utilizado para controlar los comandos no tratados por el filtro de comando de pNewCmdTarg .
Valor devuelto
Tipo: Int32
Implementaciones
IVsTextView.AddCommandFilter(IOleCommandTarget, IOleCommandTarget%)
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)