Xceed .NET Libraries Documentation
Xceed.FileSystem Assembly / Xceed.FileSystem Namespace / ItemProgressionEventArgs Class / AllItems Property


In This Topic
    AllItems Property
    In This Topic
    Gets the total number of items being processed.
    Syntax
    'Declaration
     
    Public ReadOnly Property AllItems As ProgressionInfo
    'Usage
     
    Dim instance As ItemProgressionEventArgs
    Dim value As ProgressionInfo
     
    value = instance.AllItems
    public ProgressionInfo AllItems {get;}

    Property Value

    A value indicating the number if items being processed.
    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