Condividi tramite


Metodo AdoDotNetConnectionProperties.ICustomTypeDescriptor.GetProperties (array<Attribute[])

Per una descrizione di questo membro, vedere GetProperties.

Spazio dei nomi:  Microsoft.VisualStudio.Data.Framework.AdoDotNet
Assembly:  Microsoft.VisualStudio.Data.Framework (in Microsoft.VisualStudio.Data.Framework.dll)

Sintassi

'Dichiarazione
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 non supporta le implementazioni esplicite dell'interfaccia.

Parametri

  • attributes
    Tipo: array<Attribute[]

    Matrice di attributi da utilizzare come filtro. Il valore può essere nullriferimento null (Nothing in Visual Basic).

Valore restituito

Tipo: PropertyDescriptorCollection
Restituisce le proprietà per questa istanza di un componente.

Implementa

ICustomTypeDescriptor.GetProperties(Attribute)

Note

Questo membro è un’implementazione esplicita di un membro di interfaccia. Può essere utilizzato solo quando si esegue il cast della classe ConnectionStringBuilder su un'interfaccia ICustomTypeDescriptor.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

AdoDotNetConnectionProperties Classe

Overload GetProperties

Spazio dei nomi Microsoft.VisualStudio.Data.Framework.AdoDotNet