Bagikan melalui


ImageConverter.GetProperties Metode

Definisi

Mendapatkan sekumpulan properti untuk jenis ini.

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 harus diekspos untuk jenis data ini. Jika tidak ada properti yang harus diekspos, ini dapat mengembalikan null. Implementasi default selalu mengembalikan null.

Keterangan

Secara default, jenis tidak mengembalikan properti apa pun. Implementasi mudah dari metode ini memanggil GetProperties metode untuk jenis data yang benar.

Berlaku untuk