Bagikan melalui


PointConverter.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

Deskriptor jenis tempat konteks tambahan dapat disediakan.

value
Object

Nilai objek untuk mendapatkan properti.

attributes
Attribute[]

Array Attribute objek yang menjelaskan properti.

Mengembalikan

Kumpulan properti yang diekspos untuk jenis data ini. Jika tidak ada properti yang terekspos, metode ini mungkin mengembalikan null. Implementasi default selalu mengembalikan null.

Keterangan

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

Berlaku untuk