SelectionRangeConverter.GetPropertiesSupported(ITypeDescriptorContext) 方法

定义

确定当前对象是否支持使用指定类型说明符上下文的属性。

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

一个提供格式上下文的 ITypeDescriptorContext

返回

Boolean

如果 GetProperties 可调用来查找 SelectionRange 对象的属性,则为 true;否则为 false

注解

默认实现始终返回 true

适用于

另请参阅