Поделиться через


Метод LocalizableTypeConverter.GetPropertiesSupported (ITypeDescriptorContext)

Checks whether custom property descriptions are supported. Не ссылайтесь на этот элемент непосредственно из кода. Он поддерживает работу инфраструктуры SQL Server.

Пространство имен:  Microsoft.SqlServer.Management.Sdk.Sfc
Сборка:  Microsoft.SqlServer.Management.Sdk.Sfc (в Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Синтаксис

'Декларация
Public Overrides Function GetPropertiesSupported ( _
    context As ITypeDescriptorContext _
) As Boolean
'Применение
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

Параметры

Возвращаемое значение

Тип: System.Boolean
true in all cases. Custom property descriptions are supported.

См. также

Справочник

LocalizableTypeConverter Класс

Перегрузка GetPropertiesSupported

Пространство имен Microsoft.SqlServer.Management.Sdk.Sfc