Aracılığıyla paylaş


SizeFConverter.GetProperties Yöntem

Tanım

Belirtilen bağlamı ve öznitelikleri kullanarak tür için SizeF bir özellik kümesi alır.

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

Parametreler

context
ITypeDescriptorContext

ITypeDescriptorContext Aracılığıyla ek bağlam sağlanabilen bir.

value
Object

Object için özellikleri döndürülecek.

attributes
Attribute[]

Özellikleri açıklayan bir nesne dizisi Attribute .

Döndürülenler

PropertyDescriptorCollection Özellikleri içeren bir.

Açıklamalar

Bu yöntem her zaman parametresinden bağımsız olarak bir SizeF türün value özelliklerini döndürür.

Şunlara uygulanır