SizeFConverter.GetPropertiesSupported(ITypeDescriptorContext) 메서드

정의

형식이 SizeF 속성을 지원하는지 여부를 반환합니다.

public:
 override bool GetPropertiesSupported(System::ComponentModel::ITypeDescriptorContext ^ context);
public override bool GetPropertiesSupported(System.ComponentModel.ITypeDescriptorContext? context);
public override bool GetPropertiesSupported(System.ComponentModel.ITypeDescriptorContext context);
override this.GetPropertiesSupported : System.ComponentModel.ITypeDescriptorContext -> bool
Public Overrides Function GetPropertiesSupported (context As ITypeDescriptorContext) As Boolean

매개 변수

context
ITypeDescriptorContext

ITypeDescriptorContext 추가 컨텍스트를 제공할 수 있는 작업입니다.

반품

항상 true를 반환합니다.

적용 대상