IVsUIDataSource.Invoke(String, Object, Object) Method

Definition

Invokes a verb on the data source.

C#
public int Invoke(string verb, object pvaIn, out object pvaOut);

Parameters

verb
String

[in] The name of the verb to execute.

pvaIn
Object

[in] The object containing arguments for the verb.

pvaOut
Object

[out] Location to return a pointer to the interface for the result of the verb.

Returns

Returns S_OK if the verb executed.

Implements

Applies to

製品 バージョン
Visual Studio SDK 2015, 2017, 2019, 2022