Condividi tramite


Metodo DataConnectionProperties.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
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[]

    Matrice di tipo Attribute utilizzata come filtro.

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 del metodo GetProperties. Per ulteriori informazioni vedere il metodo GetProperties(System.Attribute[]) nella libreria di classi .NET Framework.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

DataConnectionProperties Classe

Overload GetProperties

Spazio dei nomi Microsoft.VisualStudio.Data