Click or drag to resize

PropertyBagICustomTypeDescriptorGetProperties Method

Returns the properties for this instance of a component.

Namespace:  SD.Tools.Algorithmia.GeneralDataStructures.PropertyEditing
Assembly:  SD.Tools.Algorithmia (in SD.Tools.Algorithmia.dll) Version: 1.4.0.0 (1.4.19.0529)
Syntax
PropertyDescriptorCollection ICustomTypeDescriptor.GetProperties()

Return Value

Type: PropertyDescriptorCollection
A PropertyDescriptorCollection that represents the properties for this component instance.

Implements

ICustomTypeDescriptorGetProperties
See Also