SizeConverter.GetPropertiesSupported(ITypeDescriptorContext) メソッド

定義

このオブジェクトがプロパティをサポートしているかどうかを確認します。 既定値は false です。

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

追加のコンテキストを指定できる場合に使用する TypeDescriptor

戻り値

このオブジェクトのプロパティを見つけるために GetProperties(ITypeDescriptorContext, Object, Attribute[]) メソッドを呼び出す必要がある場合は true

適用対象