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.3.0.0 (1.3.17.0314)
Syntax
PropertyDescriptorCollection ICustomTypeDescriptor.GetProperties()

Return Value

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

Implements

ICustomTypeDescriptorGetProperties
See Also