IOleObject::DoVerb Method (Int32, array<MSG>^, IOleClientSite^, Int32, IntPtr, array<RECT>^)
Visual Studio 2015
Namespace:
Microsoft.VisualStudio.OLE.Interop
Assembly: Microsoft.VisualStudio.OLE.Interop (in Microsoft.VisualStudio.OLE.Interop.dll)
Return to top
Assembly: Microsoft.VisualStudio.OLE.Interop (in Microsoft.VisualStudio.OLE.Interop.dll)
int DoVerb( int iVerb, array<MSG>^ lpmsg, IOleClientSite^ pActiveSite, int lindex, IntPtr hWndParent, array<RECT>^ lprcPosRect )
Parameters
- 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>^
Return Value
Type: System::Int32For information on the COM interface, see FABD6A0A-7B0C-4C99-AF22-8B117ADDD5F7
Show: