LanguageService.DispatchCommand 方法 (Guid, UInt32, UInt32, IntPtr, IntPtr)

命名空间:  Microsoft.VisualStudio.Package
程序集:   Microsoft.VisualStudio.Package.LanguageService.9.0(在 Microsoft.VisualStudio.Package.LanguageService.9.0.dll 中)
  Microsoft.VisualStudio.Package.LanguageService.10.0(在 Microsoft.VisualStudio.Package.LanguageService.10.0.dll 中)
  Microsoft.VisualStudio.Package.LanguageService.11.0(在 Microsoft.VisualStudio.Package.LanguageService.11.0.dll 中)

语法

声明
Public Function DispatchCommand ( _
    cmdGuid As Guid, _
    cmdId As UInteger, _
    cmdExecOpt As UInteger, _
    pvaIn As IntPtr, _
    pvaOut As IntPtr _
) As Integer
public int DispatchCommand(
    Guid cmdGuid,
    uint cmdId,
    uint cmdExecOpt,
    IntPtr pvaIn,
    IntPtr pvaOut
)

参数

返回值

类型:System.Int32

.NET Framework 安全性

请参见

参考

LanguageService 类

DispatchCommand 重载

Microsoft.VisualStudio.Package 命名空间