IncrementalProcessingNotificationCollection Class

Definition

Represents a collection of IncrementalProcessingNotification objects. This class cannot be inherited.

[System.Runtime.InteropServices.Guid("D795FE63-852D-48d4-82CB-0E44B83775D7")]
public sealed class IncrementalProcessingNotificationCollection : System.Collections.IList
[<System.Runtime.InteropServices.Guid("D795FE63-852D-48d4-82CB-0E44B83775D7")>]
type IncrementalProcessingNotificationCollection = class
    interface IList
    interface ICollection
    interface IEnumerable
Public NotInheritable Class IncrementalProcessingNotificationCollection
Implements IList
Inheritance
IncrementalProcessingNotificationCollection
Attributes
Implements

Constructors

IncrementalProcessingNotificationCollection()

Properties

Count

Gets the number of elements contained in the collection.

Item[Int32]

Gets or sets the IncrementalProcessingNotification element at the specified index.

Methods

Add(IncrementalProcessingNotification)

Adds the specified IncrementalProcessingNotification to the end of the collection.

AddRange(ICollection)

Adds the set of specified elements to the end of the collection.

Clear()

Removes all items from the collection.

Contains(IncrementalProcessingNotification)

Determines whether the specified IncrementalProcessingNotification exists in the collection.

CopyTo(Array, Int32)

Copies the elements of the collection to an Array, starting at a particular Array index.

IndexOf(IncrementalProcessingNotification)

Searches for the specified IncrementalProcessingNotification and returns its zero-based index within the collection.

Insert(Int32, IncrementalProcessingNotification)

Inserts the specified IncrementalProcessingNotification to the collection at the specified index.

Remove(IncrementalProcessingNotification)

Removes the specified IncrementalProcessingNotification from this collection.

RemoveAt(Int32)

Removes the IncrementalProcessingNotification at the specified index.

Explicit Interface Implementations

ICollection.IsSynchronized
ICollection.SyncRoot
IEnumerable.GetEnumerator()
IList.Add(Object)
IList.Contains(Object)
IList.IndexOf(Object)
IList.Insert(Int32, Object)
IList.IsFixedSize
IList.IsReadOnly
IList.Item[Int32]
IList.Remove(Object)

Applies to