TypeConverter.GetProperties Method (Object)
.NET Framework (current version)
Returns a collection of properties for the type of array specified by the value parameter.
Assembly: System (in System.dll)
Parameters
- value
-
Type:
System.Object
An Object that specifies the type of array for which to get properties.
Return Value
Type: System.ComponentModel.PropertyDescriptorCollectionA PropertyDescriptorCollection with the properties that are exposed for this data type, or null if there are no properties.
As implemented in this class, this method always returns null.
By default, a type does not return properties. An easy implementation of this method can call GetProperties for the correct data type.
.NET Framework
Available since 1.1
Available since 1.1
Show: