Connectivity Software User's Guide and Reference
GetPropertiesSupported(ITypeDescriptorContext) Method



OpcLabs.BaseLibPrimitives Assembly > OpcLabs.BaseLib.ComponentModel.Internal Namespace > ExpandableStructConverter Class > GetPropertiesSupported Method : GetPropertiesSupported(ITypeDescriptorContext) Method

The value of this parameter can be null (Nothing in Visual Basic).

Syntax
'Declaration
 
Public Overloads Overrides Function GetPropertiesSupported( _
   ByVal context As ITypeDescriptorContext _
) As Boolean
'Usage
 
Dim 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 (Nothing in Visual Basic).

Requirements

Target Platforms: .NET Framework: Windows 10 (selected versions), Windows 11 (selected versions), Windows Server 2016, Windows Server 2022; .NET: Linux, macOS, Microsoft Windows

See Also

Reference

ExpandableStructConverter Class
ExpandableStructConverter Members
Overload List
Base Implementation in GetPropertiesSupported(ITypeDescriptorContext)