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 を返します。

適用対象