PropertyContainer.Add 方法 | |
命名空间:
XSharp.VFP
程序集:
XSharp.VFP (在 XSharp.VFP.dll 中) 版本:2.22 GA
语法 METHOD Add(
cName AS STRING,
uValue AS USUAL,
nVisibility AS USUAL,
cDescription AS USUAL
) AS PropertyDescriptor
public PropertyDescriptor Add(
string cName,
__Usual uValue,
__Usual nVisibility,
__Usual cDescription
)
查看代码参数
- cName
- 类型:String
- uValue
- 类型:__Usual
- nVisibility
- 类型:__Usual
- cDescription
- 类型:__Usual
返回值
类型:
PropertyDescriptor参见