Difference between revisions of "CAObject::ClassType/zh"
(Created page with "= 用法 =") |
|||
(5 intermediate revisions by the same user not shown) | |||
Line 3: | Line 3: | ||
<languages /> | <languages /> | ||
− | = | + | = property string ClassType = |
− | + | [[Objects and Values|对象和值]](例如:"模块"、 "变量"、 "机会变量"等等)的[[Class|类型]]。如果你想改变对象的类型,请设定该属性。 | |
== 数据类型 == | == 数据类型 == | ||
Line 11: | Line 11: | ||
string:字符串 | string:字符串 | ||
− | == | + | == 存取 == |
读 / 写 | 读 / 写 | ||
Line 20: | Line 20: | ||
obj.ClassType = "Objective"; | obj.ClassType = "Objective"; | ||
− | = | + | = 另请参考 = |
− | * [[CAObject::GetAttribute]] | + | * [[CAObject::GetAttribute/zh | CAObject::GetAttribute]] 方法 |
− | * [[CAObject::SetAttribute]] | + | * [[CAObject::SetAttribute/zh | CAObject::SetAttribute]] 方法 |
Latest revision as of 07:13, 25 October 2015
ADE User Guide > ADE Server Class Reference > CAObject
property string ClassType
对象和值(例如:"模块"、 "变量"、 "机会变量"等等)的类型。如果你想改变对象的类型,请设定该属性。
数据类型
string:字符串
存取
读 / 写
用法
prevClassType = obj.ClassType; obj.ClassType = "Objective";
另请参考
Comments
Enable comment auto-refresher