Share via


LocalizableTypeConverter.GetPropertiesSupported Method (ITypeDescriptorContext)

Checks whether custom property descriptions are supported. Do not reference this member directly in your code. It supports the SQL Server infrastructure.

Namespace:  Microsoft.SqlServer.Management.Sdk.Sfc
Assembly:  Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Syntax

'Declaration
Public Overrides Function GetPropertiesSupported ( _
    context As ITypeDescriptorContext _
) As Boolean
'Usage
Dim instance As LocalizableTypeConverter
Dim context As ITypeDescriptorContext
Dim returnValue As Boolean

returnValue = instance.GetPropertiesSupported(context)
public override bool GetPropertiesSupported(
    ITypeDescriptorContext context
)
public:
virtual bool GetPropertiesSupported(
    ITypeDescriptorContext^ context
) override
abstract GetPropertiesSupported : 
        context:ITypeDescriptorContext -> bool 
override GetPropertiesSupported : 
        context:ITypeDescriptorContext -> bool 
public override function GetPropertiesSupported(
    context : ITypeDescriptorContext
) : boolean

Parameters

Return Value

Type: System.Boolean
true in all cases. Custom property descriptions are supported.