Partilhar via


Método DataConnectionProperties.ICustomTypeDescriptor.GetProperties (array<Attribute )

Recupera as propriedades para a instância específica de um componente, usando a matriz de atributo como um filtro.

Namespace:  Microsoft.VisualStudio.Data.Framework
Assembly:  Microsoft.VisualStudio.Data.Framework (em Microsoft.VisualStudio.Data.Framework.dll)

Sintaxe

'Declaração
Private Function GetProperties ( _
    attributes As Attribute() _
) As PropertyDescriptorCollection Implements ICustomTypeDescriptor.GetProperties
PropertyDescriptorCollection ICustomTypeDescriptor.GetProperties(
    Attribute[] attributes
)
private:
virtual PropertyDescriptorCollection^ GetProperties(
    array<Attribute^>^ attributes
) sealed = ICustomTypeDescriptor::GetProperties
private abstract GetProperties : 
        attributes:Attribute[] -> PropertyDescriptorCollection 
private override GetProperties : 
        attributes:Attribute[] -> PropertyDescriptorCollection 
JScript não oferece suporte a implementações explícitas da interface.

Parâmetros

  • attributes
    Tipo: array<System.Attribute[]
    Uma matriz do tipo Attribute que é usado como um filtro para definir as propriedades para retornar.

Valor de retorno

Tipo: System.ComponentModel.PropertyDescriptorCollection
Uma coleção de descritores propriedades atualmente conhecidas que correspondam a um conjunto específico de atributos.

Implementações

ICustomTypeDescriptor.GetProperties(array<Attribute[])

Segurança do .NET Framework

Consulte também

Referência

DataConnectionProperties Classe

Sobrecargas GetProperties

Namespace Microsoft.VisualStudio.Data.Framework