SelectionRangeConverter.GetProperties Método

Definição

Devolve o conjunto de propriedades filtradas para o SelectionRange tipo.

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);
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

A ITypeDescriptorContext que fornece um contexto de formato.

value
Object

E Object que especifica o tipo de array para o qual obter propriedades.

attributes
Attribute[]

Um array de tipos Attribute que é usado como filtro.

Devoluções

Se for bem-sucedido, o conjunto de propriedades que deve ser exposto para o SelectionRange tipo; caso contrário, null.

Observações

A implementação padrão deste método não utiliza os context parâmetros ouvalue, mas simplesmente encaminha a chamada para o método TypeDescriptor.TypeDescriptor.GetProperties(Type, Attribute[])

Aplica-se a

Ver também