System.ComponentModel.PropertyDescriptorCollection.Find Method

Returns the System.ComponentModel.PropertyDescriptor with the specified name, using a Boolean to indicate whether to ignore case.

Syntax

public virtual PropertyDescriptor Find (string name, bool ignoreCase)

Parameters

name
The name of the System.ComponentModel.PropertyDescriptor to return from the collection.
ignoreCase
true if you want to ignore the case of the property name; otherwise, false.

Returns

A System.ComponentModel.PropertyDescriptor with the specified name, or null if the property does not exist.

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: System.ComponentModel
Assembly: System (in System.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0, 4.0.0.0