IVsTextViewIntellisenseHost_Corrected.Exec 方法

命名空间:  Microsoft.VisualStudio.TextManager.Interop
程序集:  Microsoft.VisualStudio.TextManager.Interop.9.0(在 Microsoft.VisualStudio.TextManager.Interop.9.0.dll 中)

语法

声明
Function Exec ( _
    ByRef pguidCmdGroup As Guid, _
    nCmdID As UInteger, _
    nCmdexecopt As UInteger, _
    pvaIn As IntPtr, _
    pvaOut As IntPtr _
) As Integer
int Exec(
    ref Guid pguidCmdGroup,
    uint nCmdID,
    uint nCmdexecopt,
    IntPtr pvaIn,
    IntPtr pvaOut
)
int Exec(
    [InAttribute] Guid% pguidCmdGroup, 
    [InAttribute] unsigned int nCmdID, 
    [InAttribute] unsigned int nCmdexecopt, 
    [InAttribute] IntPtr pvaIn, 
    [InAttribute] IntPtr pvaOut
)
abstract Exec : 
        pguidCmdGroup:Guid byref * 
        nCmdID:uint32 * 
        nCmdexecopt:uint32 * 
        pvaIn:IntPtr * 
        pvaOut:IntPtr -> int
function Exec(
    pguidCmdGroup : Guid, 
    nCmdID : uint, 
    nCmdexecopt : uint, 
    pvaIn : IntPtr, 
    pvaOut : IntPtr
) : int

参数

  • pguidCmdGroup
    类型:Guid%
  • nCmdID
    类型:UInt32
  • nCmdexecopt
    类型:UInt32
  • pvaIn
    类型:IntPtr
  • pvaOut
    类型:IntPtr

返回值

类型:Int32

.NET Framework 安全性

请参阅

参考

IVsTextViewIntellisenseHost_Corrected 接口

Microsoft.VisualStudio.TextManager.Interop 命名空间