LocalizableTypeConverter.GetPropertiesSupported 方法 (ITypeDescriptorContext)

Checks whether custom property descriptions are supported. 不要在您的代码中直接引用此成员。它支持 SQL Server 基础结构。

命名空间:  Microsoft.SqlServer.Management.Sdk.Sfc
程序集:  Microsoft.SqlServer.Management.Sdk.Sfc(在 Microsoft.SqlServer.Management.Sdk.Sfc.dll 中)

语法

声明
Public Overrides Function GetPropertiesSupported ( _
    context As ITypeDescriptorContext _
) As Boolean
用法
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

参数

返回值

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

请参阅

参考

LocalizableTypeConverter 类

GetPropertiesSupported 重载

Microsoft.SqlServer.Management.Sdk.Sfc 命名空间