DynamicActivity.ICustomTypeDescriptor.GetProperties Método

Definição

Devolve a coleção de propriedades da atividade dinâmica.

Sobrecargas

Name Description
ICustomTypeDescriptor.GetProperties()

Devolve a coleção de propriedades da atividade dinâmica.

ICustomTypeDescriptor.GetProperties(Attribute[])

Devolve a coleção de propriedades da atividade dinâmica usando um array especificado de atributos como filtro.

ICustomTypeDescriptor.GetProperties()

Devolve a coleção de propriedades da atividade dinâmica.

 virtual System::ComponentModel::PropertyDescriptorCollection ^ System.ComponentModel.ICustomTypeDescriptor.GetProperties() = System::ComponentModel::ICustomTypeDescriptor::GetProperties;
System.ComponentModel.PropertyDescriptorCollection ICustomTypeDescriptor.GetProperties();
abstract member System.ComponentModel.ICustomTypeDescriptor.GetProperties : unit -> System.ComponentModel.PropertyDescriptorCollection
override this.System.ComponentModel.ICustomTypeDescriptor.GetProperties : unit -> System.ComponentModel.PropertyDescriptorCollection
Function GetProperties () As PropertyDescriptorCollection Implements ICustomTypeDescriptor.GetProperties

Devoluções

A coleção de propriedades.

Implementações

Observações

Este membro é uma implementação explícita de membro de interface. Só pode ser usado quando a DynamicActivity instância é transmitida para uma ICustomTypeDescriptor interface.

Aplica-se a

ICustomTypeDescriptor.GetProperties(Attribute[])

Devolve a coleção de propriedades da atividade dinâmica usando um array especificado de atributos como filtro.

 virtual System::ComponentModel::PropertyDescriptorCollection ^ System.ComponentModel.ICustomTypeDescriptor.GetProperties(cli::array <Attribute ^> ^ attributes) = System::ComponentModel::ICustomTypeDescriptor::GetProperties;
System.ComponentModel.PropertyDescriptorCollection ICustomTypeDescriptor.GetProperties(Attribute[] attributes);
abstract member System.ComponentModel.ICustomTypeDescriptor.GetProperties : Attribute[] -> System.ComponentModel.PropertyDescriptorCollection
override this.System.ComponentModel.ICustomTypeDescriptor.GetProperties : Attribute[] -> System.ComponentModel.PropertyDescriptorCollection
Function GetProperties (attributes As Attribute()) As PropertyDescriptorCollection Implements ICustomTypeDescriptor.GetProperties

Parâmetros

attributes
Attribute[]

Um array que podes usar como filtro.

Devoluções

A coleção de propriedades que correspondem aos atributos especificados.

Implementações

Observações

Este membro é uma implementação explícita de membro de interface. Só pode ser usado quando a DynamicActivity instância é transmitida para uma ICustomTypeDescriptor interface.

Aplica-se a