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 | |
---|---|---|
Count | The count of Activity objects in the ActivityCollection | |
Item | Returns an Activity from the ActivityCollection. |
Top
Public Methods
(see also Protected Methods)
Name | Description | |
---|---|---|
AddItem | Creates an Activity and adds it to the ActivityCollection. | |
Clear | Deletes all Activity objects from the ActivityCollection. | |
DeleteItem | Deletes an Activity from the ActivityCollection. | |
Equals | (Inherited from Object) | |
GetEnumerator | Retrieves an enumerator for the items in a ActivityCollection. | |
GetHashCode | (Inherited from Object) | |
GetType | (Inherited from Object) | |
ToString | (Inherited from Object) |
Top
Protected Methods
Name | Description | |
---|---|---|
Finalize | (Inherited from Object) | |
MemberwiseClone | (Inherited from Object) |
Top
See Also
Reference
ActivityCollection Class
Microsoft.Assessments.Runtime Namespace