Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Checks whether custom property descriptions are supported. Do not reference this member directly in your code. It supports the SQL Server infrastructure.
Namespace: Microsoft.SqlServer.Management.Sdk.Sfc
Assembly: Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Syntax
'Declaration
Public Overrides Function GetPropertiesSupported ( _
context As ITypeDescriptorContext _
) As Boolean
'Usage
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
Parameters
- context
Type: System.ComponentModel.ITypeDescriptorContext
An ITypeDescriptorContext object that contains the context information. This value is not used.
Return Value
Type: System.Boolean
true in all cases. Custom property descriptions are supported.
See Also
Reference
LocalizableTypeConverter Class