OleAutoObject 构造函数 (Object, Type) | |
Construct an OleAutoObject
命名空间:
XSharp
程序集:
XSharp.VO (在 XSharp.VO.dll 中) 版本:2.22 GA
语法 CONSTRUCTOR(
oObject AS Object,
_type AS Type
)
public OleAutoObject(
Object oObject,
Type _type
)
查看代码参数
- oObject
- 类型:Object
- _type
- 类型:Type
参见