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.3.0.0 (1.3.17.0314)
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