Xceed .NET Libraries Documentation
Xceed.FileSystem Assembly / Xceed.FileSystem Namespace / Filter Class / IsItemMatching Method / IsItemMatching(FileSystemItem) Method
The FileSystemItem object to verify.


IsItemMatching(FileSystemItem) Method
Gets a boolean value indicating if the item matches the filter.
Syntax
'Declaration
 
Public Overloads MustOverride Function IsItemMatching( _
   ByVal item As FileSystemItem _
) As Boolean
 
'Usage
 
Dim instance As Filter
Dim item As FileSystemItem
Dim value As Boolean
 
value = instance.IsItemMatching(item)

Parameters

item
The FileSystemItem object to verify.

Return Value

true if item matches the filter or does not apply to the filter; false otherwise.
Requirements

Target Platforms: Windows 7, 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