Version

GetShouldItemBeFilteredOut Method

Returns true if the derived generator class should filter the specified PropertyGridItem out of the list returned by its implementation of the GenerateProperties method.
Syntax
'Declaration
 
Protected Function GetShouldItemBeFilteredOut( _
   ByVal item As PropertyGridItem _
) As Boolean
protected bool GetShouldItemBeFilteredOut( 
   PropertyGridItem item
)

Parameters

item
The item that should be evaluated against the GeneratedPropertyFilter.

Return Value

True if the item should be filter out (i.e., not included in the list of properties returned from GenerateProperties
Remarks
Note: If GeneratedPropertyFilter property is not set (i.e., is null), this method will return false.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also