Click or drag to resize

PropertyBagICustomTypeDescriptorGetDefaultProperty Method

Returns the default property 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
PropertyDescriptor ICustomTypeDescriptor.GetDefaultProperty()

Return Value

Type: PropertyDescriptor
A PropertyDescriptor that represents the default property for this object, or null if this object does not have properties.

Implements

ICustomTypeDescriptorGetDefaultProperty
See Also