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 .

적용 대상