Condividi tramite


Metodo VsIntellisenseCompletorClass.Exec

Spazio dei nomi:  Microsoft.VisualStudio.TextManager.Interop
Assembly:  Microsoft.VisualStudio.TextManager.Interop.8.0 (in Microsoft.VisualStudio.TextManager.Interop.8.0.dll)

Sintassi

'Dichiarazione
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

Parametri

  • pguidCmdGroup
    Tipo: Guid%
  • nCmdID
    Tipo: UInt32
  • nCmdexecopt
    Tipo: UInt32
  • pvaIn
    Tipo: Object%
  • pvaOut
    Tipo: Object%

Valore restituito

Tipo: Int32

Implementa

IVsIntellisenseCompletor.Exec(Guid%, UInt32, UInt32, Object%, Object%)

Sicurezza di .NET Framework

Vedere anche

Riferimenti

VsIntellisenseCompletorClass Classe

Spazio dei nomi Microsoft.VisualStudio.TextManager.Interop