Dundas.SharePoint.Charting.WebParts Send comments on this topic.
GetProperties(ITypeDescriptorContext,Object,Attribute[]) Method
See Also 
Dundas.Charting.WebControl Namespace > Command.Converter Class > GetProperties Method : GetProperties(ITypeDescriptorContext,Object,Attribute[]) Method


context
An ITypeDescriptorContext that provides a format context.
value
An Object that specifies the type of array for which to get properties.
attributes
An array of type Attribute that is used as a filter.
Returns a collection of properties for the type of array specified by the value parameter.

Syntax

Visual Basic (Declaration)  
Public Overloads Overrides Function GetProperties( _
   ByVal context As ITypeDescriptorContext, _
   ByVal value As Object, _
   ByVal attributes() As Attribute _
) As PropertyDescriptorCollection
Visual Basic (Usage) Copy Code
Dim instance As Command.Converter
Dim context As ITypeDescriptorContext
Dim value As Object
Dim attributes() As Attribute
Dim value As PropertyDescriptorCollection
 
value = instance.GetProperties(context, value, attributes)
C#  
public override PropertyDescriptorCollection GetProperties( 
   ITypeDescriptorContext context,
   object value,
   Attribute[] attributes
)

Parameters

context
An ITypeDescriptorContext that provides a format context.
value
An Object that specifies the type of array for which to get properties.
attributes
An array of type Attribute that is used as a filter.

Return Value

A PropertyDescriptorCollection with the properties that are exposed for this data type, or a null reference (Nothing in Visual Basic) 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