バージョン 22.2

ShouldIncludeProperty メソッド

どのプロパティが基本の System.ComponentModel.ICustomTypeDescriptor 実装から返されるのかを決定するために使用されます。
シンタックス
protected override bool ShouldIncludeProperty( 
   PropertyDescriptor propertyDescriptor,
   Attribute[] attributes
)

パラメータ

propertyDescriptor
評価される PropertyDescriptor
attributes
GetProperties メソッドにパスされる属性の配列、または何も指定されなかった場合には null。

戻り値の型

指定されたプロパティを含むためにデフォルトで True を返します。
参照