Spread Windows Forms 12.0 Product Documentation
GetTypeDescriptor(Type,Object) Method


FarPoint.Win.Chart Assembly > FarPoint.Win.Chart Namespace > DoubleCollectionTypeDescriptionProvider Class > GetTypeDescriptor Method : GetTypeDescriptor(Type,Object) Method
The type of object for which to retrieve the type descriptor.
An instance of the type. Can be null if no instance was passed to the System.ComponentModel.TypeDescriptor.
Gets a DoubleCollection type descriptor for the given type and object.
Syntax
'Declaration
 
Public Overloads Overrides Function GetTypeDescriptor( _
   ByVal objectType As Type, _
   ByVal instance As Object _
) As ICustomTypeDescriptor
'Usage
 
Dim instance As DoubleCollectionTypeDescriptionProvider
Dim objectType As Type
Dim instance As Object
Dim value As ICustomTypeDescriptor
 
value = instance.GetTypeDescriptor(objectType, instance)
public override ICustomTypeDescriptor GetTypeDescriptor( 
   Type objectType,
   object instance
)

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.
See Also

Reference

DoubleCollectionTypeDescriptionProvider Class
DoubleCollectionTypeDescriptionProvider Members
Overload List