Gets a DoubleCollection type descriptor for the given type and object.
Syntax
Parameters
- objectType
- The type of object for which to retrieve the type descriptor.
- instance
- An instance of the type. Can be null if no instance was passed to the System.ComponentModel.TypeDescriptor.
Return Value
An System.ComponentModel.ICustomTypeDescriptor that can provide metadata for the type.
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