IVsUIDataSource::Invoke Method (String^, Object^, Object^)
Visual Studio 2015
Invokes a verb on the 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] The object containing arguments for the verb.
- pvaOut
-
Type:
System::Object^
[out] Location to return a pointer to the interface for the result of the verb.
Show: