DynamicActivity.ICustomTypeDescriptor.GetProperties Método

Definição

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

Sobrecargas

Nome Description
ICustomTypeDescriptor.GetProperties()

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

ICustomTypeDescriptor.GetProperties(Attribute[])

Retorna a coleção de propriedades da atividade dinâmica usando uma matriz especificada de atributos como um filtro.

ICustomTypeDescriptor.GetProperties()

Retorna 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

Retornos

A coleção de propriedades.

Implementações

Comentários

Esse membro é uma implementação de membro de interface explícita. Ele só pode ser usado quando a DynamicActivity instância é convertida em uma ICustomTypeDescriptor interface.

Aplica-se a

ICustomTypeDescriptor.GetProperties(Attribute[])

Retorna a coleção de propriedades da atividade dinâmica usando uma matriz especificada de atributos como um 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[]

Uma matriz que você pode usar como um filtro.

Retornos

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

Implementações

Comentários

Esse membro é uma implementação de membro de interface explícita. Ele só pode ser usado quando a DynamicActivity instância é convertida em uma ICustomTypeDescriptor interface.

Aplica-se a