Compartir a través de


LocalizableTypeConverter.GetPropertiesSupported Método (ITypeDescriptorContext)

Checks whether custom property descriptions are supported. No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server.

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 GetPropertiesSupported ( _
    context As ITypeDescriptorContext _
) As Boolean
'Uso
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

Parámetros

Valor devuelto

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

Vea también

Referencia

LocalizableTypeConverter Clase

Sobrecarga de GetPropertiesSupported

Espacio de nombres Microsoft.SqlServer.Management.Sdk.Sfc