Dundas Chart for Windows Forms
GetProperties(ITypeDescriptorContext,Object) Method
See Also  Send comments on this topic.
DundasWinChart Assembly > Dundas.Charting.WinControl.Design Namespace > DoubleDateNanValueConverter Class > GetProperties Method : GetProperties(ITypeDescriptorContext,Object) Method


context
An ITypeDescriptorContext that provides a format context.
value
An Object that specifies the type of array for which to get properties.
Returns a collection of properties for the type of array specified by the value parameter, using the specified context.

Syntax

Visual Basic (Declaration)  
Public Overloads Function GetProperties( _
   ByVal context As ITypeDescriptorContext, _
   ByVal value As Object _
) As PropertyDescriptorCollection
Visual Basic (Usage) Copy Code
Dim instance As DoubleDateNanValueConverter
Dim context As ITypeDescriptorContext
Dim value As Object
Dim value As PropertyDescriptorCollection
 
value = instance.GetProperties(context, value)
C#  
public PropertyDescriptorCollection GetProperties( 
   ITypeDescriptorContext context,
   object value
)

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

© 2009 All Rights Reserved.