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



OpcLabs.BaseLibPrimitives Assembly > OpcLabs.BaseLib.ComponentModel.Internal Namespace > PropertyOrFieldStandardNamesConverter Class > GetStandardValuesSupported Method : GetStandardValuesSupported(ITypeDescriptorContext) Method
Syntax
'Declaration
 
Public Overloads Overrides Function GetStandardValuesSupported( _
   ByVal context As ITypeDescriptorContext _
) As Boolean
'Usage
 
Dim instance As PropertyOrFieldStandardNamesConverter
Dim context As ITypeDescriptorContext
Dim value As Boolean
 
value = instance.GetStandardValuesSupported(context)
public override bool GetStandardValuesSupported( 
   ITypeDescriptorContext context
)
public:
bool GetStandardValuesSupported( 
   ITypeDescriptorContext^ context
) override 

Parameters

context
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

PropertyOrFieldStandardNamesConverter Class
PropertyOrFieldStandardNamesConverter Members
Overload List
Base Implementation in GetStandardValuesSupported(ITypeDescriptorContext)