Share via


DbDataRecord.ICustomTypeDescriptor.GetProperties Metode

Definisi

Overload

ICustomTypeDescriptor.GetProperties()

Mengembalikan properti untuk instans komponen ini.

ICustomTypeDescriptor.GetProperties(Attribute[])

Mengembalikan properti untuk instans komponen ini menggunakan array atribut sebagai filter.

ICustomTypeDescriptor.GetProperties()

Sumber:
DbDataRecord.cs
Sumber:
DbDataRecord.cs
Sumber:
DbDataRecord.cs

Mengembalikan properti untuk instans komponen ini.

 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

Mengembalikan

PropertyDescriptorCollection yang mewakili properti untuk instans komponen ini.

Penerapan

Keterangan

Untuk informasi selengkapnya, lihat GetProperties.

Lihat juga

Berlaku untuk

ICustomTypeDescriptor.GetProperties(Attribute[])

Sumber:
DbDataRecord.cs
Sumber:
DbDataRecord.cs
Sumber:
DbDataRecord.cs

Mengembalikan properti untuk instans komponen ini menggunakan array atribut sebagai filter.

 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[]

Array jenis Attribute yang digunakan sebagai filter.

Mengembalikan

PropertyDescriptorCollection yang mewakili properti yang difilter untuk instans komponen ini.

Penerapan

Keterangan

Untuk informasi selengkapnya, lihat GetProperties.

Lihat juga

Berlaku untuk