Share via


IterationCollection.AddItem Method

Applies To: Windows 8.1

Creates an Iteration and adds it to the collection.

Namespace: Microsoft.Assessments.Runtime
Assembly: Microsoft.Assessments.Core (in Microsoft.Assessments.Core.dll)

Usage

'Usage
Dim instance As IterationCollection
Dim returnValue As Iteration

returnValue = instance.AddItem

Syntax

'Declaration
Public Function AddItem As Iteration
public Iteration AddItem ()
public:
Iteration^ AddItem ()
public Iteration AddItem ()
public function AddItem () : Iteration

Return Value

Returns Iteration.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows 8.1

See Also

Reference

IterationCollection Class
IterationCollection Members
Microsoft.Assessments.Runtime Namespace