Click or drag to resize
PropertyBagICustomTypeDescriptorGetAttributes Method
Returns a collection of custom attributes 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
AttributeCollection ICustomTypeDescriptor.GetAttributes()

Return Value

Type: AttributeCollection
An AttributeCollection containing the attributes for this object.

Implements

ICustomTypeDescriptorGetAttributes
See Also