Bagikan melalui


FontConverter.GetProperties Metode

Definisi

Mengambil kumpulan properti untuk jenis ini. Secara default, jenis tidak memiliki properti apa pun untuk dikembalikan.

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);
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.

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

Berlaku untuk