Compartir a través de


AdoDotNetConnectionProperties.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.AdoDotNet
Ensamblado:  Microsoft.VisualStudio.Data (en Microsoft.VisualStudio.Data.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
Devuelve una matriz de Attribute tipo que representa las propiedades filtradas para esta instancia del componente.

Implementaciones

ICustomTypeDescriptor.GetProperties(array<Attribute[])

Comentarios

Este método proporciona una implementación del método de GetProperties.Para obtener más información vea el método de GetProperties en la biblioteca de clases de .NET Framework .

Seguridad de .NET Framework

Vea también

Referencia

AdoDotNetConnectionProperties Clase

GetProperties (Sobrecarga)

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