SizeFConverter.GetProperties メソッド

定義

指定したコンテキストおよび属性を使用して、SizeF 型の一連のプロパティを取得します。

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

パラメーター

context
ITypeDescriptorContext

追加のコンテキストを指定するときに使用する ITypeDescriptorContext

value
Object

プロパティを返す Object

attributes
Attribute[]

プロパティを説明する Attribute オブジェクトの配列。

戻り値

プロパティを格納している PropertyDescriptorCollection

注釈

このメソッドは、 パラメーターに関係なく、常に SizeF 型のプロパティを value 返します。

適用対象