IDynamicProperties.NoIvarGet 方法 | |
Retrieve the value of a property by name.
命名空间:
XSharp
程序集:
XSharp.RT (在 XSharp.RT.dll 中) 版本:2.22 GA
语法 METHOD NoIvarGet(
cName AS STRING
) AS USUAL
__Usual NoIvarGet(
string cName
)
参数
- cName
- 类型:String
Property Name
返回值
类型:
__UsualThe current value of the property
备注 Accessing a property that does not exist will result in a runtime error.
参见