DataConnectionProperties.ICustomTypeDescriptor.GetProperties-Methode (array<Attribute[])
Ruft die Eigenschaften für die bestimmte Instanz einer Komponente, mit Attributarrays als Filter ab.
Namespace: Microsoft.VisualStudio.Data.Framework
Assembly: Microsoft.VisualStudio.Data.Framework (in Microsoft.VisualStudio.Data.Framework.dll)
Syntax
'Declaration
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 unterstützt keine expliziten Schnittstellenimplementierungen
Parameter
attributes
Typ: array<Attribute[]Ein Array vom Typ Attribute, der als Filter verwendet wird, um zu definieren, der die Eigenschaften zurückgegeben werden sollen.
Rückgabewert
Typ: PropertyDescriptorCollection
Eine Auflistung Deskriptoren angefangen von bekannten Eigenschaften, die einen angegebenen Satz Attribute entsprechen.
Implementiert
ICustomTypeDescriptor.GetProperties(Attribute)
.NET Framework-Sicherheit
- Volle Vertrauenswürdigkeit für den unmittelbaren Aufrufer. Dieser Member kann von nur teilweise vertrauenswürdigem Code nicht verwendet werden. Weitere Informationen finden Sie unter Verwenden von Bibliotheken aus teilweise vertrauenswürdigem Code.