PropertyBag 类提供对已注册的属性包实例的访问。
| AcceptWithSpecializedVisitor | 接受给定属性包的访问,并尝试首先调用最专业的访问者。 | 
| Exists | 如果给定类型存在属性包,则返回 true。 | 
| GetAllTypesWithAPropertyBag | 返回所有具有已注册属性包的 System.Type。 | 
| GetPropertyBag | 获取给定类型的 PropertyBag_1 的接口。 | 
| Register | 为类型注册强类型 PropertyBag_1。 | 
| RegisterArray | 为内置数组类型创建并注册 IPropertyBag_1。 | 
| RegisterDictionary | 为 Dictionary_2 类型创建并注册 IPropertyBag_1。 | 
| RegisterHashSet | 为 HashSet_1 类型创建并注册 IPropertyBag_1。 | 
| RegisterIDictionary | 为指定的 IDictionary_2 类型创建并注册 IPropertyBag_1。 | 
| RegisterIList | 为指定的 IList_1 类型创建并注册 IPropertyBag_1。 | 
| RegisterISet | 为指定的 ISet_1 类型创建并注册 IPropertyBag_1。 | 
| RegisterList | 为 List_1 类型创建并注册 IPropertyBag_1。 | 
| TryGetPropertyBagForValue | 获取给定值的具体类型的属性包。 |