Метод DynamicValueTypeConverter.GetStandardValuesSupported (ITypeDescriptorContext)
Returns whether this object supports a standard set of values that can be picked from a list. Не ссылайтесь на этот элемент непосредственно из кода. Он поддерживает работу инфраструктуры SQL Server.
Пространство имен: Microsoft.SqlServer.Management.Sdk.Sfc
Сборка: Microsoft.SqlServer.Management.Sdk.Sfc (в Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Синтаксис
'Декларация
Public Overrides Function GetStandardValuesSupported ( _
context As ITypeDescriptorContext _
) As Boolean
'Применение
Dim instance As DynamicValueTypeConverter
Dim context As ITypeDescriptorContext
Dim returnValue As Boolean
returnValue = instance.GetStandardValuesSupported(context)
public override bool GetStandardValuesSupported(
ITypeDescriptorContext context
)
public:
virtual bool GetStandardValuesSupported(
ITypeDescriptorContext^ context
) override
abstract GetStandardValuesSupported :
context:ITypeDescriptorContext -> bool
override GetStandardValuesSupported :
context:ITypeDescriptorContext -> bool
public override function GetStandardValuesSupported(
context : ITypeDescriptorContext
) : boolean
Параметры
- context
Тип: System.ComponentModel.ITypeDescriptorContext
An ITypeDescriptorContext object that provides the context information.
Возвращаемое значение
Тип: System.Boolean
true in all cases.
См. также
Справочник
DynamicValueTypeConverter Класс