OleAutoObject 构造函数 (String, Boolean) | |
Construct an OleAutoObject
命名空间:
XSharp
程序集:
XSharp.VO (在 XSharp.VO.dll 中) 版本:2.22 GA
语法 CONSTRUCTOR(
cProgId AS STRING,
fRotCheck AS LOGIC
)
public OleAutoObject(
string cProgId,
bool fRotCheck
)
查看代码参数
- cProgId
- 类型:String
- fRotCheck
- 类型:Boolean
参见