IVsIntellisenseCompletor.Exec (Método) (Guid%, UInt32, UInt32, Object%, Object%)
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
Function Exec ( _
ByRef pguidCmdGroup As Guid, _
nCmdID As UInteger, _
nCmdexecopt As UInteger, _
ByRef pvaIn As Object, _
<OutAttribute> ByRef pvaOut As Object _
) As Integer
int Exec(
ref Guid pguidCmdGroup,
uint nCmdID,
uint nCmdexecopt,
ref Object pvaIn,
out Object pvaOut
)
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
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
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
IVsIntellisenseCompletor Interfaz
Microsoft.VisualStudio.TextManager.Interop (Espacio de nombres)