다음을 통해 공유


LanguageService.DispatchCommand Method (Guid, UInt32, UInt32, IntPtr, IntPtr)

Namespace:  Microsoft.VisualStudio.Package
Assemblies:   Microsoft.VisualStudio.Package.LanguageService.9.0 (in Microsoft.VisualStudio.Package.LanguageService.9.0.dll)
  Microsoft.VisualStudio.Package.LanguageService.10.0 (in Microsoft.VisualStudio.Package.LanguageService.10.0.dll)
  Microsoft.VisualStudio.Package.LanguageService.11.0 (in Microsoft.VisualStudio.Package.LanguageService.11.0.dll)

Syntax

‘선언
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
)

Parameters

Return Value

Type: System.Int32

.NET Framework Security

See Also

Reference

LanguageService Class

DispatchCommand Overload

Microsoft.VisualStudio.Package Namespace