ActionDelta.Items

Description

Returns an ActionDeltaItemCollection containing each ActionDeltaItem objects in the ActionDelta.

C# Syntax

// get accessor
ActionDeltaItemCollection rtn = ActionDelta.Items;

Examples

JScript Example

/* 
	See the example on the documentation page for the ActionDelta object 
*/