ScrollableControl.DockPaddingEdgesConverter.GetProperties 方法

定义

使用指定的上下文和特性返回由该值参数指定的数组类型的属性集合。

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

public:
 override System::ComponentModel::PropertyDescriptorCollection ^ GetProperties(System::ComponentModel::ITypeDescriptorContext ^ context, System::Object ^ value, cli::array <Attribute ^> ^ attributes);
public override System.ComponentModel.PropertyDescriptorCollection GetProperties (System.ComponentModel.ITypeDescriptorContext context, object value, Attribute[] attributes);
public override System.ComponentModel.PropertyDescriptorCollection GetProperties (System.ComponentModel.ITypeDescriptorContext? context, object value, Attribute[]? attributes);
override this.GetProperties : System.ComponentModel.ITypeDescriptorContext * obj * Attribute[] -> System.ComponentModel.PropertyDescriptorCollection
Public Overrides Function GetProperties (context As ITypeDescriptorContext, value As Object, attributes As Attribute()) As PropertyDescriptorCollection

参数

context
ITypeDescriptorContext

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

value
Object

一个对象,指定要为其获取属性的数组类型。

attributes
Attribute[]

用作筛选器的类型特性数组。

返回

PropertyDescriptorCollection

PropertyDescriptorCollection,具有向 ScrollableControl 公开的属性。

适用于