功能说明
方法
| 定义 | 描述 |
|---|---|
Has (name: string) : bool | 检查是否存在指定属性。 |
Add (name: string) : IRegistrationProperty | 添加一个新的注册属性。 |
InsertAt (name: string, pos: int) : IRegistrationProperty | 在指定位置插入注册属性。 |
Delete (name: string) | 删除具有指定名称的注册属性。 |
DeleteAt (pos: int) | 从指定位置删除注册属性。 |
DeleteAll ( ) | 删除所有注册属性。 |
属性
| 名称 | 类型 | 访问级别 | 描述 |
|---|---|---|---|
Value (name: string) | string | 只读 | 属性值。 |
