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

Recupera las propiedades para la instancia especificada de un componente, utilizando la matriz de atributos como filtro.

Espacio de nombres:  Microsoft.VisualStudio.Data.Framework
Ensamblado:  Microsoft.VisualStudio.Data.Framework (en Microsoft.VisualStudio.Data.Framework.dll)

Sintaxis

'Declaración
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 no admite implementaciones explícitas de interfaces.

Parámetros

  • attributes
    Tipo: array<System.Attribute[]
    Una matriz de Attribute tipo que se utiliza como filtro para definir las propiedades a devolver.

Valor devuelto

Tipo: System.ComponentModel.PropertyDescriptorCollection
Una colección de descriptores de las propiedades actualmente conocidas que coinciden con un conjunto especificado de atributos.

Implementaciones

ICustomTypeDescriptor.GetProperties(array<Attribute[])

Seguridad de .NET Framework

Vea también

Referencia

DataConnectionProperties Clase

GetProperties (Sobrecarga)

Microsoft.VisualStudio.Data.Framework (Espacio de nombres)