Version

GetCollectionDelta Method

Gets the differing items between two lists.
Syntax
'Declaration
 
Protected Overridable Function GetCollectionDelta( _
   ByVal compState As Object, _
   ByVal shotState As Object _
) As ArrayList
protected virtual ArrayList GetCollectionDelta( 
   object compState,
   object shotState
)

Parameters

compState
The component state.
shotState
The state as it was last saved.

Return Value

An ArrayList containing changed items.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, 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