Metodo DataConnectionProperties.GetProperties (array<Attribute[])
Viene recuperata la raccolta di descrittori delle proprietà attualmente noti che corrispondono a un set specificato di attributi.
Spazio dei nomi: Microsoft.VisualStudio.Data.Framework
Assembly: Microsoft.VisualStudio.Data.Framework (in Microsoft.VisualStudio.Data.Framework.dll)
Sintassi
'Dichiarazione
Protected Function GetProperties ( _
attributes As Attribute() _
) As PropertyDescriptorCollection
protected PropertyDescriptorCollection GetProperties(
Attribute[] attributes
)
protected:
PropertyDescriptorCollection^ GetProperties(
array<Attribute^>^ attributes
)
member GetProperties :
attributes:Attribute[] -> PropertyDescriptorCollection
protected function GetProperties(
attributes : Attribute[]
) : PropertyDescriptorCollection
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.
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.