Xceed .NET Libraries Documentation
Xceed.FileSystem Assembly / Xceed.FileSystem Namespace / Filter Class / IsItemInScope Method
The item to verify.


In This Topic
    IsItemInScope Method
    In This Topic
    Retrieves a boolean value indicating if the specified item is within the scope of the filter.
    Syntax
    'Declaration
     
    Protected Function IsItemInScope( _
       ByVal item As FileSystemItem _
    ) As Boolean
    'Usage
     
    Dim instance As Filter
    Dim item As FileSystemItem
    Dim value As Boolean
     
    value = instance.IsItemInScope(item)
    protected bool IsItemInScope( 
       FileSystemItem item
    )

    Parameters

    item
    The item to verify.

    Return Value

    true if the item is within the scope of 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