バージョン

ShouldIncludeProperty メソッド

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

パラメータ

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

戻り値の型

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

注:GetProperties メソッドがオーバーライドされる場合、このメソッドを呼び出すことはできません。

参照