Partager via


Méthode GetStandardValuesSupported (ITypeDescriptorContext)

Returns whether this object supports a standard set of values that can be picked from a list. Ne référencez pas directement ce membre dans votre code. Il prend en charge l'infrastructure SQL Server.

Espace de noms :  Microsoft.SqlServer.Management.Sdk.Sfc
Assembly :  Microsoft.SqlServer.Management.Sdk.Sfc (en Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Syntaxe

'Déclaration
Public Overrides Function GetStandardValuesSupported ( _
    context As ITypeDescriptorContext _
) As Boolean
'Utilisation
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

Paramètres

Valeur de retour

Type : System. . :: . .Boolean
true in all cases.