Click or drag to resize

CustomPropertyCollection Methods

The CustomPropertyCollection type exposes the following members.

Methods
  NameDescription
Public methodAdd
Add a non-virtual property.
Public methodClear
Remove all custom properties from the collection.
Public methodDefine
Defined a new custom property, or modify an existing one.
Public methodDefined
Is a custom property name defined.
Public methodGet
Find an existing custom property by name.
Public methodGetEnumerator
The collection of custom properties.
Public methodRemove
Remove a custom property by name.
Public methodToString
A string version of all the custom property names.
(Overrides SimpleCustomTypeDescriptor.ToString.)
Top
Extension Methods
See Also