DataRowView.ICustomTypeDescriptor.GetProperties Metode
Definisi
Penting
Beberapa informasi terkait produk prarilis yang dapat diubah secara signifikan sebelum dirilis. Microsoft tidak memberikan jaminan, tersirat maupun tersurat, sehubungan dengan informasi yang diberikan di sini.
Mengembalikan properti untuk instans komponen ini.
Overload
ICustomTypeDescriptor.GetProperties() |
Mengembalikan properti untuk instans komponen ini. |
ICustomTypeDescriptor.GetProperties(Attribute[]) |
Mengembalikan properti untuk instans komponen ini dengan atribut tertentu. |
Keterangan
Anggota ini adalah implementasi anggota antarmuka eksplisit. Ini hanya dapat digunakan ketika instans dilemparkan DataRowView ke ICustomTypeDescriptor antarmuka.
ICustomTypeDescriptor.GetProperties()
- Sumber:
- DataRowView.cs
- Sumber:
- DataRowView.cs
- Sumber:
- DataRowView.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
Properti untuk instans komponen ini.
Penerapan
Keterangan
Anggota ini adalah implementasi anggota antarmuka eksplisit. Ini hanya dapat digunakan ketika instans dilemparkan DataRowView ke ICustomTypeDescriptor antarmuka.
Berlaku untuk
ICustomTypeDescriptor.GetProperties(Attribute[])
- Sumber:
- DataRowView.cs
- Sumber:
- DataRowView.cs
- Sumber:
- DataRowView.cs
Mengembalikan properti untuk instans komponen ini dengan atribut tertentu.
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[]
Atributnya.
Mengembalikan
Properti untuk instans komponen ini.
Penerapan
Keterangan
Anggota ini adalah implementasi anggota antarmuka eksplisit. Ini hanya dapat digunakan ketika instans dilemparkan DataRowView ke ICustomTypeDescriptor antarmuka.