IncrementalProcessingNotificationCollection 类

定义

表示 IncrementalProcessingNotification 对象集合。 此类不能被继承。

[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
继承
IncrementalProcessingNotificationCollection
属性
实现

构造函数

IncrementalProcessingNotificationCollection()

表示 IncrementalProcessingNotification 对象集合。 此类不能被继承。

属性

Count

获取集合中包含的元素数。

Item[Int32]

获取或设置指定索引处的 IncrementalProcessingNotification 元素。

方法

Add(IncrementalProcessingNotification)

将指定的 IncrementalProcessingNotification 添加到集合末尾。

AddRange(ICollection)

将指定的元素集添加到集合末尾。

Clear()

从集合中移除所有项。

Contains(IncrementalProcessingNotification)

确定集合中是否存在指定的 IncrementalProcessingNotification

CopyTo(Array, Int32)

将集合的元素复制到数组,从特定数组索引处开始复制。

IndexOf(IncrementalProcessingNotification)

搜索指定 IncrementalProcessingNotification 并返回集合中其从零开始的索引。

Insert(Int32, IncrementalProcessingNotification)

将指定的 IncrementalProcessingNotification 插入到集合中的指定索引处。

Remove(IncrementalProcessingNotification)

从此集合中删除指定的 IncrementalProcessingNotification

RemoveAt(Int32)

删除指定索引处的 IncrementalProcessingNotification

显式接口实现

ICollection.IsSynchronized

表示 IncrementalProcessingNotification 对象集合。 此类不能被继承。

ICollection.SyncRoot

表示 IncrementalProcessingNotification 对象集合。 此类不能被继承。

IEnumerable.GetEnumerator()

表示 IncrementalProcessingNotification 对象集合。 此类不能被继承。

IList.Add(Object)

表示 IncrementalProcessingNotification 对象集合。 此类不能被继承。

IList.Contains(Object)

表示 IncrementalProcessingNotification 对象集合。 此类不能被继承。

IList.IndexOf(Object)

表示 IncrementalProcessingNotification 对象集合。 此类不能被继承。

IList.Insert(Int32, Object)

表示 IncrementalProcessingNotification 对象集合。 此类不能被继承。

IList.IsFixedSize

表示 IncrementalProcessingNotification 对象集合。 此类不能被继承。

IList.IsReadOnly

表示 IncrementalProcessingNotification 对象集合。 此类不能被继承。

IList.Item[Int32]

表示 IncrementalProcessingNotification 对象集合。 此类不能被继承。

IList.Remove(Object)

表示 IncrementalProcessingNotification 对象集合。 此类不能被继承。

适用于