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

Para obtener una descripción de este miembro, vea GetProperties.

Espacio de nombres:  Microsoft.VisualStudio.Data.Framework.AdoDotNet
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[]
    Matriz de atributos que se va a utilizar como filtro.Puede ser nullreferencia null (Nothing en Visual Basic).

Valor devuelto

Tipo: System.ComponentModel.PropertyDescriptorCollection
Devuelve las propiedades para esta instancia de componente.

Implementaciones

ICustomTypeDescriptor.GetProperties(array<Attribute[])

Comentarios

Este miembro es una implementación explícita de un miembro de interfaz.Sólo se puede usar cuando ConnectionStringBuilder se convierte en una interfaz ICustomTypeDescriptor.

Seguridad de .NET Framework

Vea también

Referencia

AdoDotNetConnectionProperties Clase

GetProperties (Sobrecarga)

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