Returns a collection of properties for the type of array specified by the value parameter, using the specified context and attributes
Syntax
Parameters
- context
- An ITypeDescriptorContext that provides a format context
- value
- An Object that specifies the type of array for which to get properties
- attributes
- An array of type Attribute that is used as a filter
Return Value
A PropertyDescriptorCollection with the properties that are exposed for this data type, or a null reference
Requirements
Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family
See Also