Important: |
---|
This is retired content. This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This content may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist. |
3/29/2010
Top
Top
Top
Top
Top
Represents the Task collection enumerator. Used to iterate through the Task collection.
The following tables list the members exposed by the TaskCollection.TaskCollectionEnumeratortype.
Public Constructors
Name | Description | |
---|---|---|
TaskCollection.TaskCollectionEnumerator | Initializes a new instance of the TaskCollectionEnumerator class. |
Public Properties
Name | Description | |
---|---|---|
Current | Gets the current Task item from the Task collection. |
Public Methods(see also Protected Methods)
Name | Description | |
---|---|---|
Equals | Overloaded. (inherited from Object) | |
GetHashCode | (inherited from Object) | |
GetType | (inherited from Object) | |
MoveNext | Increments the enumerator to the next PIM item in the collection. (inherited from PimItemCollection.PimItemCollectionEnumerator) | |
ReferenceEquals | (inherited from Object) | |
Reset | Resets the enumerator. (inherited from PimItemCollection.PimItemCollectionEnumerator) | |
ToString | (inherited from Object) |
Protected Methods
Name | Description | |
---|---|---|
Finalize | (inherited from Object) | |
MemberwiseClone | (inherited from Object) |
Explicit Interface Implementations
Name | Description | |
---|---|---|
System.Collections.IEnumerator.Current | Gets the current PIM item from the enumerator. (inherited from PimItemCollection.PimItemCollectionEnumerator) |