ItemPair Class
See Also  Members  
Xceed.FileSystem Assembly > Xceed.FileSystem Namespace : ItemPair Class


Represents a pair of FileSystemItem objects consisting of the item being processed and its eventual target or destination item.

Syntax

Visual Basic (Declaration) 
Public Class ItemPair 
Visual Basic (Usage)Copy Code
Dim instance As ItemPair
C# 
public class ItemPair 

Inheritance Hierarchy

System.Object
   Xceed.FileSystem.ItemPair

Requirements

Target Platforms: Windows 2000, Windows XP SP3 Family, Windows Server 2003-2008 Family, Windows Vista, Windows 7

See Also