KnownPropertyList.FindOrGetCurrent

KnownPropertyList.FindOrGetCurrent method

Finds property in list with canonical name

public PropertyDescriptor FindOrGetCurrent(PropertyDescriptor item)
ParameterTypeDescription
itemPropertyDescriptorProperty descriptor to search

Return Value

PropertyDescriptor object if found in the list; otherwise PropertyDescriptor object from parameter.

See Also