功能說明
方法
| Definition | Description |
|---|---|
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 | 唯讀 | 屬性值。 |
