LocalizableTypeConverter.GetPropertiesSupported メソッド (ITypeDescriptorContext)

カスタム プロパティの説明がサポートされているかどうかを確認します。 このメンバーをコード内で直接参照しないでください。このメンバーは、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 となります。カスタム プロパティの説明がサポートされています。

関連項目

参照

LocalizableTypeConverter クラス

GetPropertiesSupported オーバーロード

Microsoft.SqlServer.Management.Sdk.Sfc 名前空間