SelectionRangeConverter.GetProperties Método

Definição

Retorna 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

Um ITypeDescriptorContext que fornece um contexto de formato.

value
Object

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

attributes
Attribute[]

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

Retornos

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

Comentários

A implementação padrão desse método não usa os context parâmetros ou value os parâmetros, mas simplesmente refere-se à chamada ao método TypeDescriptor.TypeDescriptor.GetProperties(Type, Attribute[])

Aplica-se a

Confira também