IVsUIDataSource.Invoke(String, Object, Object) 方法

定义

对数据源调用谓词。

public:
 int Invoke(System::String ^ verb, System::Object ^ pvaIn, [Runtime::InteropServices::Out] System::Object ^ % pvaOut);
int Invoke(std::wstring const & verb, winrt::Windows::Foundation::IInspectable const & pvaIn, [Runtime::InteropServices::Out] winrt::Windows::Foundation::IInspectable const & & pvaOut);
public int Invoke (string verb, object pvaIn, out object pvaOut);
abstract member Invoke : string * obj *  -> int
Public Function Invoke (verb As String, pvaIn As Object, ByRef pvaOut As Object) As Integer

参数

verb
String

中要执行的谓词的名称。

pvaIn
Object

中包含谓词的参数的对象。

pvaOut
Object

弄用于返回指向谓词结果的接口的指针的位置。

返回

Int32

如果执行了谓词,则返回 S_OK。

实现

适用于