跳转到主要内容

功能说明

IRegistrationProperty 对象的集合。 更多信息请参见使用集合部分。

方法

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