Returns a collection of properties for the type of array specified by the value parameter, using the specified context.
Syntax
Parameters
- context
- An ITypeDescriptorContext that provides a format context.
- value
- An Object that specifies the type of array for which to get properties.
Return Value
A
PropertyDescriptorCollection with the properties that are exposed for this data type, or null if there are no properties.
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