Click or drag to resize

CustomPropertyCollection Methods

The CustomPropertyCollection type exposes the following members.

Methods
  NameDescription
Public methodAdd
Define a new custom property, or modify an existing one.

Equivalent to Define(String, Type, Object, String)

Public methodClear
Remove all custom properties from the collection.
Public methodDefine
Define a new custom property, or modify an existing one.

Equivalent to Add(String, Type, Object, String)

Public methodDefined
Is a custom property name defined.
Public methodGet
Find an existing custom property by name.
Public methodGetAttributes
Public methodGetClassName
Public methodGetComponentName
Public methodGetConverter
Public methodGetDefaultEvent
Public methodGetDefaultProperty
Public methodGetEditor
Public methodGetEnumerator
The collection of custom properties.
Public methodGetEvents
Public methodGetEvents(Attribute)
Public methodGetPropertyOwner (Overrides SimpleCustomTypeDescriptor.GetPropertyOwner(PropertyDescriptor).)
Public methodImport
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