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.Framework
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[]Una matrice di tipo Attribute utilizzato come un filtro per definire le proprietà da restituire.
Valore restituito
Tipo: PropertyDescriptorCollection
Una raccolta di descrittori delle proprietà attualmente noti che corrispondono a un set specificato di attributi.
Implementa
ICustomTypeDescriptor.GetProperties(Attribute)
Sicurezza di .NET Framework
- Attendibilità totale per il chiamante immediato. Impossibile utilizzare questo membro in codice parzialmente attendibile. Per altre informazioni, vedere Utilizzo di librerie da codice parzialmente attendibile.