Bagikan melalui


SizeFConverter.GetProperties Metode

Definisi

Mengambil sekumpulan properti untuk SizeF jenis menggunakan konteks dan atribut yang ditentukan.

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

untuk Object mengembalikan properti.

attributes
Attribute[]

Array Attribute objek yang menjelaskan properti.

Mengembalikan

yang PropertyDescriptorCollection berisi properti .

Keterangan

Metode ini selalu mengembalikan properti jenis SizeF terlepas dari parameternya value .

Berlaku untuk