Compartilhar via


ScrollableControl.DockPaddingEdgesConverter.GetProperties Método

Definição

Retorna uma coleção de propriedades para o tipo de matriz especificado pelo parâmetro de valor, usando o contexto e os atributos especificados.

Esta API dá suporte à infraestrutura do produto e não deve ser usada diretamente do seu código.

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

Parâmetros

context
ITypeDescriptorContext

Um ITypeDescriptorContext que fornece um contexto de formato.

value
Object

Um objeto que especifica o tipo de matriz para o qual obter as propriedades.

attributes
Attribute[]

Uma matriz de atributos de tipo que é usada como um filtro.

Retornos

PropertyDescriptorCollection

Um PropertyDescriptorCollection com as propriedades expostas para o ScrollableControl.

Aplica-se a