FontConverter.FontNameConverter.GetStandardValuesSupported 方法

定义

确定该对象是否支持可以从列表中选取的一组标准值。

此 API 支持产品基础结构,不能在代码中直接使用。

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,可用来提取有关调用此转换器的环境的附加信息。 这可能为 null,因此应总是对其进行检查。 同样,上下文对象上的属性也可能返回 null

返回

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

适用于