IncrementalProcessingNotificationCollection-Methoden
Geschützte Member einschließen
Geerbte Member einschließen
Der IncrementalProcessingNotificationCollection-Typ macht folgende Elemente verfügbar.
Name | Beschreibung | |
---|---|---|
![]() |
Add | Adds an IncrementalProcessingNotification to the end of the collection. |
![]() |
AddRange | Adds the elements of an ICollection to the end of the collection. |
![]() |
Clear | Removes all elements from the collection. This class cannot be inherited. |
![]() |
Contains | Indicates whether the collection contains a specified IncrementalProcessingNotification. |
![]() |
CopyTo | Copies the entire collection to a compatible one-dimensional Array, starting at the specified index of the target array. This class cannot be inherited. |
![]() |
Equals | (Geerbt von Object.) |
![]() |
GetHashCode | (Geerbt von Object.) |
![]() |
GetType | (Geerbt von Object.) |
![]() |
IndexOf | Gets the index of a specified IncrementalProcessingNotification. |
![]() |
Insert | Inserts an IncrementalProcessingNotification into the collection at the specified index. |
![]() |
Remove | Removes the specified IncrementalProcessingNotification from the collection. |
![]() |
RemoveAt | Removes the IncrementalProcessingNotification at the specified index from the collection. This class cannot be inherited. |
![]() |
ToString | (Geerbt von Object.) |
Zum Anfang
Name | Beschreibung | |
---|---|---|
![]() ![]() |
IList.Add | Adds an item to the collection. |
![]() ![]() |
IList.Contains | Indicates whether the collection contains a specific value. |
![]() ![]() |
IEnumerable.GetEnumerator | Returns an enumerator that iterates through a collection. |
![]() ![]() |
IList.IndexOf | Determines the index of a specific item in the collection. |
![]() ![]() |
IList.Insert | Inserts an item to the collection at the specified index. |
![]() ![]() |
IList.Remove | Removes the first occurrence of a specified object from the collection. |
Zum Anfang