DbDataRecord.ICustomTypeDescriptor.GetProperties Metoda

Definicja

Przeciążenia

ICustomTypeDescriptor.GetProperties()

Zwraca właściwości tego wystąpienia składnika.

ICustomTypeDescriptor.GetProperties(Attribute[])

Zwraca właściwości tego wystąpienia składnika przy użyciu tablicy atrybutów jako filtru.

ICustomTypeDescriptor.GetProperties()

Źródło:
DbDataRecord.cs
Źródło:
DbDataRecord.cs
Źródło:
DbDataRecord.cs

Zwraca właściwości tego wystąpienia składnika.

 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

Zwraca

Obiekt PropertyDescriptorCollection reprezentujący właściwości tego wystąpienia składnika.

Implementuje

Uwagi

Aby uzyskać więcej informacji, zobacz GetProperties.

Zobacz też

Dotyczy

ICustomTypeDescriptor.GetProperties(Attribute[])

Źródło:
DbDataRecord.cs
Źródło:
DbDataRecord.cs
Źródło:
DbDataRecord.cs

Zwraca właściwości tego wystąpienia składnika przy użyciu tablicy atrybutów jako filtru.

 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

Parametry

attributes
Attribute[]

Tablica typu Attribute , która jest używana jako filtr.

Zwraca

Obiekt PropertyDescriptorCollection reprezentujący właściwości filtrowane dla tego wystąpienia składnika.

Implementuje

Uwagi

Aby uzyskać więcej informacji, zobacz GetProperties.

Zobacz też

Dotyczy