ShellSystemListIncludeObjectInList Method |
Returns true if the object referenced by the item id list should be shown
in the list according to the show options and filters that are eventually set.
Namespace:
Jam.Shell
Assembly:
ShellBrowser (in ShellBrowser.dll) Version: 7.1
Syntax protected virtual bool IncludeObjectInList(
ItemIdList p_ItemIdList
)
Protected Overridable Function IncludeObjectInList (
p_ItemIdList As ItemIdList
) As Boolean
protected:
virtual bool IncludeObjectInList(
ItemIdList^ p_ItemIdList
)
abstract IncludeObjectInList :
p_ItemIdList : ItemIdList -> bool
override IncludeObjectInList :
p_ItemIdList : ItemIdList -> bool
Parameters
- p_ItemIdList
- Type: Jam.ShellItemIdList
the item id list instance of the file that is to be filtered.
Return Value
Type:
Booleantrue, if the item id list is visible in the control according to the property values. false if it should not be visible.
See Also