private static GetNamedPropertyValue ( ICustomTypeDescriptor item, string propertyName, bool usesCaseSensitivePropertyNameMatch, bool exceptionThrownIfNoMatch ) : object | ||
item | ICustomTypeDescriptor | /// The ICustomTypeDescriptor implementation, from /// which to extract a named property's value. /// |
propertyName | string | /// The name of the property. /// |
usesCaseSensitivePropertyNameMatch | bool | /// A value indicating whether the property name match should be /// case-sensitive. /// |
exceptionThrownIfNoMatch | bool | /// A value indicating whether an exception should be thrown if /// no matching property can be found. /// |
return | object |