Metodo LocalizableTypeConverter.GetPropertiesSupported (ITypeDescriptorContext)

Checks whether custom property descriptions are supported. Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server.

Spazio dei nomi  Microsoft.SqlServer.Management.Sdk.Sfc
Assembly:  Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Sintassi

'Dichiarazione
Public Overrides Function GetPropertiesSupported ( _
    context As ITypeDescriptorContext _
) As Boolean
'Utilizzo
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

Parametri

Valore restituito

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

Vedere anche

Riferimento

LocalizableTypeConverter Classe

Overload GetPropertiesSupported

Spazio dei nomi Microsoft.SqlServer.Management.Sdk.Sfc