LanguageService.DispatchCommand, méthode (Guid, UInt32, UInt32, IntPtr, IntPtr)
Espace de noms : Microsoft.VisualStudio.Package
Assemblys : Microsoft.VisualStudio.Package.LanguageService.9.0 (dans Microsoft.VisualStudio.Package.LanguageService.9.0.dll)
Microsoft.VisualStudio.Package.LanguageService.10.0 (dans Microsoft.VisualStudio.Package.LanguageService.10.0.dll)
Microsoft.VisualStudio.Package.LanguageService.11.0 (dans Microsoft.VisualStudio.Package.LanguageService.11.0.dll)
Syntaxe
'Déclaration
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
)
Paramètres
- cmdGuid
Type : System.Guid
- cmdId
Type : System.UInt32
- cmdExecOpt
Type : System.UInt32
- pvaIn
Type : System.IntPtr
- pvaOut
Type : System.IntPtr
Valeur de retour
Type : System.Int32
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.