'DeclarationPublic Overloads Overrides Function GetPropertiesSupported( _ ByVal context As ITypeDescriptorContext _ ) As Boolean
'UsageDim instance As ExpandableStructConverter 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
The value of this parameter can be
null(Nothingin Visual Basic).