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 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
See Also