Refreshes a collection of items and returns the modification from this collection.

Namespace:  Novalys.VisualGuard.Security.Deployment.Repository
Assembly:  vg_deployment (in vg_deployment.exe) Version: 3.2.912.1 (3.2.912.01)

Syntax

C#
public VGInformationChangedEventArgs[] RefreshAllItems(
	ref VGCache currentItems,
	Type supportedType
)
Visual Basic (Declaration)
Public Function RefreshAllItems ( _
	ByRef currentItems As VGCache, _
	supportedType As Type _
) As VGInformationChangedEventArgs()

Parameters

currentItems
Type: VGCache %
the list of current items
supportedType
Type: System..::.Type
the type of VGIInformation

Return Value

an array of VGInformationChangedEventArgs containing the list of modifications.

See Also