点击或拖拽改变大小

IDynamicProperties.NoIvarPut 方法

X#
Update the value of a property by name.

命名空间:  XSharp
程序集:  XSharp.RT (在 XSharp.RT.dll 中) 版本:2.22 GA
语法
METHOD NoIvarPut(
	cName AS STRING,
	uValue AS USUAL
) AS VOID

参数

cName
类型:String
Property Name
uValue
类型:__Usual
New value of the property
备注
Assigning a property that does not exist may result in a runtime error.
However the class may also decide to "silently" add the property.
参见