点击或拖拽改变大小

IDynamicProperties 接口

X#
This interface is used for objects that implement a special mechanism for reading / writing properties at runtime.

命名空间:  XSharp
程序集:  XSharp.RT (在 XSharp.RT.dll 中) 版本:2.22 GA
语法
 INTERFACE IDynamicProperties

IDynamicProperties 类型公开以下成员。

方法
  名称说明
公共方法GetPropertyNames
Retrieve an array of the property names that exist.
公共方法NoIvarGet
Retrieve the value of a property by name.
公共方法NoIvarPut
Update the value of a property by name.
Top
参见