ScrollableControl.DockPaddingEdgesConverter.GetProperties Метод

Определение

Возвращает коллекцию свойств для типа массива, заданного параметром value, используя заданные контекст и атрибуты.

Этот 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.

Применяется к