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);
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 속성을 포함하는 A입니다.

설명

이 메서드는 매개 변수에 관계없이 항상 형식의 SizeF 속성을 반환합니다 value .

적용 대상