Heureka API .NET Documentation
GetPropertiesSupported(ITypeDescriptorContext) Method



Syntax
'Declaration
 
Public Overloads Overrides Function GetPropertiesSupported( _
   ByVal context As ITypeDescriptorContext _
) As Boolean
'Usage
 
Dim instance As SpeciesCollectionConverter(Of T)
Dim context As ITypeDescriptorContext
Dim value As Boolean
 
value = instance.GetPropertiesSupported(context)
public override bool GetPropertiesSupported( 
   ITypeDescriptorContext context
)
public:
bool GetPropertiesSupported( 
   ITypeDescriptorContext^ context
) override 

Parameters

context
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