LocalizableEnumConverter.GetStandardValuesSupported Método (ITypeDescriptorContext)
Returns whether this object supports a standard set of values that can be picked from a list.
Espacio de nombres: Microsoft.SqlServer.Management.Sdk.Sfc
Ensamblado: Microsoft.SqlServer.Management.Sdk.Sfc (en Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Sintaxis
'Declaración
Public Overrides Function GetStandardValuesSupported ( _
context As ITypeDescriptorContext _
) As Boolean
'Uso
Dim instance As LocalizableEnumConverter
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
Parámetros
- context
Tipo: System.ComponentModel.ITypeDescriptorContext
An ITypeDescriptorContext object that provides the context information.
Valor devuelto
Tipo: System.Boolean
true in all cases.
Vea también
Referencia
LocalizableEnumConverter Clase