共用方式為


LocalizableEnumConverter.GetStandardValuesSupported 方法 (ITypeDescriptorContext)

Returns whether this object supports a standard set of values that can be picked from a list.

命名空間:  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 in all cases.

請參閱

參考

LocalizableEnumConverter 類別

GetStandardValuesSupported 多載

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