Spread ASP.NET 6.0 Product Documentation
GetTypeDescriptor(Type,Object) Method
See Also  Send Feedback
FarPoint.Web.Chart Assembly > FarPoint.Web.Chart Namespace > DoubleCollectionTypeDescriptionProvider Class > GetTypeDescriptor Method : GetTypeDescriptor(Type,Object) Method


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.

Glossary Item Box

Gets a DoubleCollection type descriptor for the given type and object.

Syntax

Visual Basic (Declaration) 
Public Overloads Overrides Function GetTypeDescriptor( _
   ByVal objectType As Type, _
   ByVal instance As Object _
) As ICustomTypeDescriptor
Visual Basic (Usage)Copy Code
Dim instance As DoubleCollectionTypeDescriptionProvider
Dim objectType As Type
Dim instance As Object
Dim value As ICustomTypeDescriptor
 
value = instance.GetTypeDescriptor(objectType, instance)
C# 
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.

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

© 2002-2012 GrapeCity, Inc. All Rights Reserved.