ElementProperty所使用的枚举类型,具体请参见ElementProperty。
typedef enum { STRING = 0, INT, UINT, FLOAT, DOUBLE, LONG, ULONG } PropertyType;
无