功能说明
方法
| 定义 | 说明 |
|---|---|
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 | 唯讀 | 屬性的值。 |
