ScrollableControl.DockPaddingEdgesConverter.GetProperties 方法       
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
使用指定的上下文和特性返回由该值参数指定的数组类型的属性集合。
此 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,具有向 ScrollableControl 公开的属性。