DbDataRecord.ICustomTypeDescriptor.GetProperties Methode

Definition

Überlädt

ICustomTypeDescriptor.GetProperties()

Gibt die Eigenschaften für diese Instanz einer Komponente zurück.

ICustomTypeDescriptor.GetProperties(Attribute[])

Gibt die Eigenschaften für diese Instanz einer Komponente zurück, wobei das Attributarray als Filter verwendet wird.

ICustomTypeDescriptor.GetProperties()

Quelle:
DbDataRecord.cs
Quelle:
DbDataRecord.cs
Quelle:
DbDataRecord.cs

Gibt die Eigenschaften für diese Instanz einer Komponente zurück.

 virtual System::ComponentModel::PropertyDescriptorCollection ^ System.ComponentModel.ICustomTypeDescriptor.GetProperties() = System::ComponentModel::ICustomTypeDescriptor::GetProperties;
System.ComponentModel.PropertyDescriptorCollection ICustomTypeDescriptor.GetProperties ();
abstract member System.ComponentModel.ICustomTypeDescriptor.GetProperties : unit -> System.ComponentModel.PropertyDescriptorCollection
override this.System.ComponentModel.ICustomTypeDescriptor.GetProperties : unit -> System.ComponentModel.PropertyDescriptorCollection
Function GetProperties () As PropertyDescriptorCollection Implements ICustomTypeDescriptor.GetProperties

Gibt zurück

Eine PropertyDescriptorCollection, die die Eigenschaften für diese Komponenteninstanz darstellt.

Implementiert

Hinweise

Weitere Informationen finden Sie unter GetProperties.

Weitere Informationen

Gilt für:

ICustomTypeDescriptor.GetProperties(Attribute[])

Quelle:
DbDataRecord.cs
Quelle:
DbDataRecord.cs
Quelle:
DbDataRecord.cs

Gibt die Eigenschaften für diese Instanz einer Komponente zurück, wobei das Attributarray als Filter verwendet wird.

 virtual System::ComponentModel::PropertyDescriptorCollection ^ System.ComponentModel.ICustomTypeDescriptor.GetProperties(cli::array <Attribute ^> ^ attributes) = System::ComponentModel::ICustomTypeDescriptor::GetProperties;
System.ComponentModel.PropertyDescriptorCollection ICustomTypeDescriptor.GetProperties (Attribute[] attributes);
abstract member System.ComponentModel.ICustomTypeDescriptor.GetProperties : Attribute[] -> System.ComponentModel.PropertyDescriptorCollection
override this.System.ComponentModel.ICustomTypeDescriptor.GetProperties : Attribute[] -> System.ComponentModel.PropertyDescriptorCollection
Function GetProperties (attributes As Attribute()) As PropertyDescriptorCollection Implements ICustomTypeDescriptor.GetProperties

Parameter

attributes
Attribute[]

Ein Array des Typs Attribute, das als Filter verwendet wird.

Gibt zurück

Eine PropertyDescriptorCollection, die die gefilterten Eigenschaften für diese Komponenteninstanz darstellt.

Implementiert

Hinweise

Weitere Informationen finden Sie unter GetProperties.

Weitere Informationen

Gilt für: