IOleObject.DoVerb, méthode
Espace de noms : Microsoft.VisualStudio.OLE.Interop
Assembly : Microsoft.VisualStudio.OLE.Interop (dans Microsoft.VisualStudio.OLE.Interop.dll)
Syntaxe
'Déclaration
Function DoVerb ( _
iVerb As Integer, _
lpmsg As MSG(), _
pActiveSite As IOleClientSite, _
lindex As Integer, _
hWndParent As IntPtr, _
lprcPosRect As RECT() _
) As Integer
int DoVerb(
int iVerb,
MSG[] lpmsg,
IOleClientSite pActiveSite,
int lindex,
IntPtr hWndParent,
RECT[] lprcPosRect
)
Paramètres
- iVerb
Type : System.Int32
- lpmsg
Type : array<Microsoft.VisualStudio.OLE.Interop.MSG[]
- pActiveSite
Type : Microsoft.VisualStudio.OLE.Interop.IOleClientSite
- lindex
Type : System.Int32
- hWndParent
Type : System.IntPtr
- lprcPosRect
Type : array<Microsoft.VisualStudio.OLE.Interop.RECT[]
Valeur de retour
Type : System.Int32
Remarques
Pour les informations sur l'interface COM, consultez l'IOleObject::DoVerb
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.