ActivityCollection Members

Applies To: Windows 8.1

This interface provides containers for Activity objects.

The following tables list the members exposed by the ActivityCollection type.

Public Properties

  Name Description
public property Count The count of Activity objects in the ActivityCollection
public property Item Returns an Activity from the ActivityCollection.

Top

Public Methods

(see also Protected Methods)

  Name Description
public method AddItem Creates an Activity and adds it to the ActivityCollection.
public method Clear Deletes all Activity objects from the ActivityCollection.
public method DeleteItem Deletes an Activity from the ActivityCollection.
public method Equals  (Inherited from Object)
public method GetEnumerator Retrieves an enumerator for the items in a ActivityCollection.
public method GetHashCode  (Inherited from Object)
public method GetType  (Inherited from Object)
public method ToString  (Inherited from Object)

Top

Protected Methods

  Name Description
protected method Finalize  (Inherited from Object)
protected method MemberwiseClone  (Inherited from Object)

Top

See Also

Reference

ActivityCollection Class
Microsoft.Assessments.Runtime Namespace