Condividi tramite


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

Recupera le proprietà per l'istanza specificata di un componente utilizzando la matrice di attributo come filtro.

Spazio dei nomi:  Microsoft.VisualStudio.Data.AdoDotNet
Assembly:  Microsoft.VisualStudio.Data (in Microsoft.VisualStudio.Data.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[]

    Una matrice di tipo Attribute utilizzato come un filtro per definire le proprietà da restituire.

Valore restituito

Tipo: PropertyDescriptorCollection
Restituisce una matrice di tipo Attribute che rappresenta le proprietà filtrate per questa istanza del componente.

Implementa

ICustomTypeDescriptor.GetProperties(Attribute)

Note

Questo metodo fornisce un'implementazione di metodo GetProperties. Per ulteriori informazioni vedere il metodo GetProperties nella libreria di classi .NET Framework.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

AdoDotNetConnectionProperties Classe

Overload GetProperties

Spazio dei nomi Microsoft.VisualStudio.Data.AdoDotNet