'宣言 Protected Overridable Function ShouldIncludeProperty( _ ByVal propertyDescriptor As PropertyDescriptor, _ ByVal attributes() As Attribute _ ) As Boolean
protected virtual bool ShouldIncludeProperty( PropertyDescriptor propertyDescriptor, Attribute[] attributes )
注:GetProperties メソッドがオーバーライドされる場合、このメソッドを呼び出すことはできません。