Método GetPropertiesSupported (ITypeDescriptorContext)
Checks whether custom property descriptions are supported. Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server.
Namespace: Microsoft.SqlServer.Management.Sdk.Sfc
Assembly: Microsoft.SqlServer.Management.Sdk.Sfc (em Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Sintaxe
'Declaração
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
- context
Tipo: System.ComponentModel. . :: . .ITypeDescriptorContext
An ITypeDescriptorContext object that contains the context information. This value is not used.
Valor de retorno
Tipo: System. . :: . .Boolean
true in all cases. Custom property descriptions are supported.
Consulte também