SWbemMethod.OutParameters 属性

SWbemMethod 对象的 OutParameters 属性是一个 SWbemObject 对象,其属性定义了此方法的输出参数和返回类型。 此属性为只读。

有关此语法的说明,请参阅脚本 API 的文档约定

此属性为只读。

语法

SWbemMethod.OutParameters As Object

属性值

备注

有关如何使用此属性从提供程序方法获取输出参数的详细信息,请参阅构造 InParameters 对象和分析 OutParameters 对象。 请注意,对此对象所做的任何更改都不会反映在基础方法定义中。

要求

要求
最低受支持的客户端
Windows Vista
最低受支持的服务器
Windows Server 2008
标头
Wbemdisp.h
类型库
Wbemdisp.tlb
DLL
Wbemdisp.dll
CLSID
CLSID_SWbemMethod
IID
IID_ISWbemMethod

另请参阅

SWbemMethod

SWbemObject.ExecMethod_

SWbemObject.ExecMethodAsync_

SWbemServices.ExecMethod

SWbemServices.ExecMethodAsync