NullableConverter.GetStandardValuesSupported(ITypeDescriptorContext) 方法

定义

使用指定的上下文返回此对象是否支持可以从列表中选取的标准值集。

public:
 override bool GetStandardValuesSupported(System::ComponentModel::ITypeDescriptorContext ^ context);
public override bool GetStandardValuesSupported (System.ComponentModel.ITypeDescriptorContext context);
public override bool GetStandardValuesSupported (System.ComponentModel.ITypeDescriptorContext? context);
override this.GetStandardValuesSupported : System.ComponentModel.ITypeDescriptorContext -> bool
Public Overrides Function GetStandardValuesSupported (context As ITypeDescriptorContext) As Boolean

参数

context
ITypeDescriptorContext

一个 ITypeDescriptorContext,用于提供格式上下文。

返回

如果应调用 true 来查找对象支持的一组公共值,则为 GetStandardValues();否则为 false

适用于

另请参阅