SimpleEditorView.Exec, méthode
Exécute la commande spécifiée.
Espace de noms : Microsoft.VisualStudio.Package
Assemblys : Microsoft.VisualStudio.Package.LanguageService.10.0 (dans Microsoft.VisualStudio.Package.LanguageService.10.0.dll)
Microsoft.VisualStudio.Package.LanguageService.9.0 (dans Microsoft.VisualStudio.Package.LanguageService.9.0.dll)
Microsoft.VisualStudio.Package.LanguageService.11.0 (dans Microsoft.VisualStudio.Package.LanguageService.11.0.dll)
Microsoft.VisualStudio.Package.LanguageService (dans Microsoft.VisualStudio.Package.LanguageService.dll)
Syntaxe
'Déclaration
Public Overridable Function Exec ( _
ByRef guidCmdGroup As Guid, _
id As UInteger, _
options As UInteger, _
pvaIn As IntPtr, _
pvaOut As IntPtr _
) As Integer
public virtual int Exec(
ref Guid guidCmdGroup,
uint id,
uint options,
IntPtr pvaIn,
IntPtr pvaOut
)
Paramètres
- guidCmdGroup
Type : System.Guid%
GUID du groupe de commandes.
- id
Type : System.UInt32
ID de la commande.
- options
Type : System.UInt32
Une énumération d'OLECMDEXECOPT donnant des options de commande.
- pvaIn
Type : System.IntPtr
Pointeur à une structure d'VARIANTARG contenant les arguments d'entrée.Peut être nullRéférence Null (Nothing en Visual Basic).
- pvaOut
Type : System.IntPtr
Pointeur à une structure d'VARIANTARG contenant la sortie de commande.Peut être nullRéférence Null (Nothing en Visual Basic).
Valeur de retour
Type : System.Int32
S_OK si la commande est prise en charge et qui ont réussi ; OLECMDERR_E_NOTSUPPORTED si la commande n'est pas prise en charge ; ou code d'erreur si la commande a échoué.
Implémentations
IOleCommandTarget.Exec(Guid%, UInt32, UInt32, IntPtr, IntPtr)
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.