Share via


LocalizableEnumConverter.GetStandardValues Method (ITypeDescriptorContext)

Returns a collection of standard values for the list box in the property grid. 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 GetStandardValues ( _
    context As ITypeDescriptorContext _
) As TypeConverter.StandardValuesCollection
'Usage
Dim instance As LocalizableEnumConverter 
Dim context As ITypeDescriptorContext 
Dim returnValue As TypeConverter.StandardValuesCollection 

returnValue = instance.GetStandardValues(context)
public override TypeConverter.StandardValuesCollection GetStandardValues(
    ITypeDescriptorContext context
)
public:
virtual TypeConverter.StandardValuesCollection^ GetStandardValues(
    ITypeDescriptorContext^ context
) override
abstract GetStandardValues : 
        context:ITypeDescriptorContext -> TypeConverter.StandardValuesCollection  
override GetStandardValues : 
        context:ITypeDescriptorContext -> TypeConverter.StandardValuesCollection
public override function GetStandardValues(
    context : ITypeDescriptorContext
) : TypeConverter.StandardValuesCollection

Parameters

Return Value

Type: System.ComponentModel.TypeConverter.StandardValuesCollection
A TypeConverter.StandardValuesCollection object that contains the list of values.

See Also

Reference

LocalizableEnumConverter Class

GetStandardValues Overload

Microsoft.SqlServer.Management.Sdk.Sfc Namespace