Heureka API .NET Documentation
GetProperties(ITypeDescriptorContext,Object,Attribute[]) Method



Gets a collection of properties for a SpeciesCollection
Syntax
'Declaration
 
Public Overloads Overrides Function GetProperties( _
   ByVal context As ITypeDescriptorContext, _
   ByVal value As Object, _
   ByVal attributes() As Attribute _
) As PropertyDescriptorCollection
'Usage
 
Dim instance As SpeciesCollectionConverter(Of T)
Dim context As ITypeDescriptorContext
Dim value As Object
Dim attributes() As Attribute
Dim value As PropertyDescriptorCollection
 
value = instance.GetProperties(context, value, attributes)

Parameters

context
value
attributes
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

Reference

SpeciesCollectionConverter<T> Class
SpeciesCollectionConverter<T> Members
Overload List

Send Feedback