Метод 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
Параметры
- context
Тип: System.ComponentModel.ITypeDescriptorContext
An ITypeDescriptorContext object that contains the context information. This value is not used.
Возвращаемое значение
Тип: System.Boolean
true in all cases. Custom property descriptions are supported.
См. также
Справочник
LocalizableTypeConverter Класс