Bagikan melalui


RectangleConverter.GetProperties Metode

Definisi

Mengambil kumpulan properti untuk tipe ini. Secara default, jenis tidak mengembalikan properti apa pun.

public:
 override System::ComponentModel::PropertyDescriptorCollection ^ GetProperties(System::ComponentModel::ITypeDescriptorContext ^ context, System::Object ^ value, cli::array <Attribute ^> ^ attributes);
public override System.ComponentModel.PropertyDescriptorCollection GetProperties (System.ComponentModel.ITypeDescriptorContext context, object value, Attribute[] attributes);
public override System.ComponentModel.PropertyDescriptorCollection GetProperties (System.ComponentModel.ITypeDescriptorContext? context, object? value, Attribute[]? attributes);
override this.GetProperties : System.ComponentModel.ITypeDescriptorContext * obj * Attribute[] -> System.ComponentModel.PropertyDescriptorCollection
Public Overrides Function GetProperties (context As ITypeDescriptorContext, value As Object, attributes As Attribute()) As PropertyDescriptorCollection

Parameter

context
ITypeDescriptorContext

melalui ITypeDescriptorContext mana konteks tambahan dapat disediakan.

value
Object

Nilai objek untuk mendapatkan properti.

attributes
Attribute[]

Array Attribute objek yang menjelaskan properti.

Mengembalikan

Kumpulan properti yang harus diekspos untuk jenis data ini. Jika tidak ada properti yang harus diekspos, ini dapat mengembalikan null. Implementasi default selalu mengembalikan null.

Keterangan

Implementasi sederhana dari metode ini hanya dapat memanggil GetProperties metode untuk jenis data yang benar.

Berlaku untuk