Xceed .NET Libraries Documentation
Xceed.FileSystem Assembly / Xceed.FileSystem Namespace / ItemPair Class / ItemPair Constructor
The current FileSystemItem object being processed.
The eventual target or destination FileSystemItem object.


In This Topic
    ItemPair Constructor
    In This Topic
    Initializes an instance of the ItemPair class specifying the current and target items.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal currentItem As FileSystemItem, _
       ByVal targetItem As FileSystemItem _
    )
    'Usage
     
    Dim currentItem As FileSystemItem
    Dim targetItem As FileSystemItem
     
    Dim instance As New ItemPair(currentItem, targetItem)
    public ItemPair( 
       FileSystemItem currentItem,
       FileSystemItem targetItem
    )

    Parameters

    currentItem
    The current FileSystemItem object being processed.
    targetItem
    The eventual target or destination FileSystemItem object.
    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