DynamicActivity.ICustomTypeDescriptor.GetProperties Método
Definição
Retorna a coleção de propriedades da atividade dinâmica.Returns the collection of properties of the dynamic activity.
Sobrecargas
| ICustomTypeDescriptor.GetProperties() |
Retorna a coleção de propriedades da atividade dinâmica.Returns the collection of properties of the dynamic activity. |
| ICustomTypeDescriptor.GetProperties(Attribute[]) |
Retorna a coleção de propriedades de atividade dinâmica usando uma matriz de atributos especificada como um filtro.Returns the collection of properties of the dynamic activity using a specified array of attributes as a filter. |
ICustomTypeDescriptor.GetProperties()
Retorna a coleção de propriedades da atividade dinâmica.Returns the collection of properties of the dynamic activity.
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.The collection of properties.
Implementações
Comentários
Este membro é uma implementação do membro de interface explícita.This member is an explicit interface member implementation. Ele só pode ser usado quando a instância de DynamicActivity é convertida em uma interface de ICustomTypeDescriptor.It can be used only when the DynamicActivity instance is cast to an ICustomTypeDescriptor interface.
Aplica-se a
ICustomTypeDescriptor.GetProperties(Attribute[])
Retorna a coleção de propriedades de atividade dinâmica usando uma matriz de atributos especificada como um filtro.Returns the collection of properties of the dynamic activity using a specified array of attributes as a filter.
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.An array that you can use as a filter.
Retornos
A coleção de propriedades que correspondem aos atributos especificados.The collection of properties that match the specified attributes.
Implementações
Comentários
Este membro é uma implementação do membro de interface explícita.This member is an explicit interface member implementation. Ele só pode ser usado quando a instância de DynamicActivity é convertida em uma interface de ICustomTypeDescriptor.It can be used only when the DynamicActivity instance is cast to an ICustomTypeDescriptor interface.