IVsUICollection::Invoke Method (String^, Object^, Object^)

 

Executes a verb on the data source.

Namespace:   Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop.10.0 (in Microsoft.VisualStudio.Shell.Interop.10.0.dll)

int Invoke(
	String^ verb,
	Object^ pvaIn,
	[OutAttribute] Object^% pvaOut
)

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 the operation.

Return Value

Type: System::Int32

Returns S_OK if the verb executed.

Return to top
Show: