LocalizableEnumConverter.GetStandardValuesSupported メソッド (ITypeDescriptorContext)

このオブジェクトが、一覧から選択できる標準的な値のセットをサポートするかどうかを返します。このメンバーをコード内で直接参照しないでください。このメンバーは、SQL Server インフラストラクチャをサポートしています。

名前空間:  Microsoft.SqlServer.Management.Sdk.Sfc
アセンブリ:  Microsoft.SqlServer.Management.Sdk.Sfc (Microsoft.SqlServer.Management.Sdk.Sfc.dll)

構文

'宣言
Public Overrides Function GetStandardValuesSupported ( _
    context As ITypeDescriptorContext _
) As Boolean
'使用
Dim instance As LocalizableEnumConverter 
Dim context As ITypeDescriptorContext 
Dim returnValue As Boolean 

returnValue = instance.GetStandardValuesSupported(context)
public override bool GetStandardValuesSupported(
    ITypeDescriptorContext context
)
public:
virtual bool GetStandardValuesSupported(
    ITypeDescriptorContext^ context
) override
abstract GetStandardValuesSupported : 
        context:ITypeDescriptorContext -> bool  
override GetStandardValuesSupported : 
        context:ITypeDescriptorContext -> bool
public override function GetStandardValuesSupported(
    context : ITypeDescriptorContext
) : boolean

パラメーター

戻り値

型: System.Boolean
すべての場合に true となります。

関連項目

参照

LocalizableEnumConverter クラス

GetStandardValuesSupported オーバーロード

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