ViewFilter.InnerExec, méthode
Exécute une commande d'IOleCommandTarget.
Espace de noms : Microsoft.VisualStudio.Package
Assemblys : Microsoft.VisualStudio.Package.LanguageService (dans Microsoft.VisualStudio.Package.LanguageService.dll)
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)
Syntaxe
'Déclaration
Protected Overridable Function InnerExec ( _
ByRef guidCmdGroup As Guid, _
nCmdId As UInteger, _
nCmdexecopt As UInteger, _
pvaIn As IntPtr, _
pvaOut As IntPtr _
) As Integer
protected virtual int InnerExec(
ref Guid guidCmdGroup,
uint nCmdId,
uint nCmdexecopt,
IntPtr pvaIn,
IntPtr pvaOut
)
Paramètres
- guidCmdGroup
Type : System.Guid%
GUID du groupe de commandes auquel appartient la commande.
- nCmdId
Type : System.UInt32
ID de la commande.
- nCmdexecopt
Type : System.UInt32
Valeurs de l'énumération d'OLECMDEXECOPT, qui spécifient comment exécuter la commande.
- pvaIn
Type : System.IntPtr
Un 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
Un pointeur à une structure d'VARIANTARG pour recevoir la sortie de commande.Peut être nullRéférence Null (Nothing en Visual Basic).
Valeur de retour
Type : System.Int32
S_OK si la méthode a réussi, sinon code d'erreur.
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.