IVsUIDispatch::Invoke Method (String^, Object^, Object^)
Visual Studio 2015
Invokes a verb on a data source.
Assembly: Microsoft.VisualStudio.Shell.Interop.10.0 (in Microsoft.VisualStudio.Shell.Interop.10.0.dll)
Parameters
- verb
-
Type:
System::String^
[in] The name of the verb to execute.
- pvaIn
-
Type:
System::Object^
[in] An argument for the verb.
- pvaOut
-
Type:
System::Object^
[out] Location to return the results of executing the verb.
Show: