IDynamicProperties2._AddProperty 方法 | |
命名空间:
XSharp
程序集:
XSharp.RT (在 XSharp.RT.dll 中) 版本:2.22 GA
语法 METHOD _AddProperty(
cPropertyName AS STRING,
uValue AS USUAL,
nVisibility AS LONG,
cDescription AS STRING
) AS LOGIC
bool _AddProperty(
string cPropertyName,
__Usual uValue,
int nVisibility,
string cDescription
)
参数
- cPropertyName
- 类型:String
- uValue
- 类型:__Usual
- nVisibility
- 类型:Int32
- cDescription
- 类型:String
返回值
类型:
Boolean参见