共用方式為


IVsIntellisenseHost.Exec 方法 (Guid%, UInt32, UInt32, Object%, Object%)

命名空間:  Microsoft.VisualStudio.TextManager.Interop
組件:  Microsoft.VisualStudio.TextManager.Interop.8.0 (在 Microsoft.VisualStudio.TextManager.Interop.8.0.dll 中)

語法

'宣告
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

參數

  • pguidCmdGroup
    類型:Guid%

     

  • nCmdID
    類型:UInt32

     

  • nCmdexecopt
    類型:UInt32

     

  • pvaIn
    類型:Object%

     

  • pvaOut
    類型:Object%

     

傳回值

類型:Int32

.NET Framework 安全性

請參閱

參考

IVsIntellisenseHost 介面

Exec 多載

Microsoft.VisualStudio.TextManager.Interop 命名空間