FontConverter.GetPropertiesSupported(ITypeDescriptorContext) 方法

定义

确定此对象是否支持属性。 默认值为 false

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

参数

context
ITypeDescriptorContext

可通过其提供附加上下文的类型说明符。

返回

如果应调用 GetPropertiesSupported(ITypeDescriptorContext) 方法来查找此对象的属性,则此方法返回 true;否则返回 false

适用于