Partager via


Méthode GetPropertiesSupported (ITypeDescriptorContext)

Checks whether custom property descriptions are supported. 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 GetPropertiesSupported ( _
    context As ITypeDescriptorContext _
) As Boolean
'Utilisation
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

Paramètres

Valeur de retour

Type : System. . :: . .Boolean
true in all cases. Custom property descriptions are supported.