VsIntellisenseCompletorClass.Exec (Método)
Espacio de nombres: Microsoft.VisualStudio.TextManager.Interop
Ensamblado: Microsoft.VisualStudio.TextManager.Interop.8.0 (en Microsoft.VisualStudio.TextManager.Interop.8.0.dll)
Sintaxis
'Declaración
Public Overridable Function Exec ( _
ByRef pguidCmdGroup As Guid, _
nCmdID As UInteger, _
nCmdexecopt As UInteger, _
ByRef pvaIn As Object, _
<OutAttribute> ByRef pvaOut As Object _
) As Integer
public virtual int Exec(
ref Guid pguidCmdGroup,
uint nCmdID,
uint nCmdexecopt,
ref Object pvaIn,
out Object pvaOut
)
public:
virtual int Exec(
[InAttribute] Guid% pguidCmdGroup,
[InAttribute] unsigned int nCmdID,
[InAttribute] unsigned int nCmdexecopt,
[InAttribute] Object^% pvaIn,
[InAttribute] [OutAttribute] Object^% pvaOut
)
abstract Exec :
pguidCmdGroup:Guid byref *
nCmdID:uint32 *
nCmdexecopt:uint32 *
pvaIn:Object byref *
pvaOut:Object byref -> int
override Exec :
pguidCmdGroup:Guid byref *
nCmdID:uint32 *
nCmdexecopt:uint32 *
pvaIn:Object byref *
pvaOut:Object byref -> int
public function Exec(
pguidCmdGroup : Guid,
nCmdID : uint,
nCmdexecopt : uint,
pvaIn : Object,
pvaOut : Object
) : int
Parámetros
- pguidCmdGroup
Tipo: Guid%
- nCmdID
Tipo: UInt32
- nCmdexecopt
Tipo: UInt32
- pvaIn
Tipo: Object%
- pvaOut
Tipo: Object%
Valor devuelto
Tipo: Int32
Implementaciones
IVsIntellisenseCompletor.Exec(Guid%, UInt32, UInt32, Object%, Object%)
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
VsIntellisenseCompletorClass Clase
Microsoft.VisualStudio.TextManager.Interop (Espacio de nombres)