QueryNotificationCollection Class

Definition

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

[System.Runtime.InteropServices.Guid("BDC224CD-8541-41fb-B457-B90BC60F9AE4")]
public sealed class QueryNotificationCollection : System.Collections.IList
[<System.Runtime.InteropServices.Guid("BDC224CD-8541-41fb-B457-B90BC60F9AE4")>]
type QueryNotificationCollection = class
    interface IList
    interface ICollection
    interface IEnumerable
Public NotInheritable Class QueryNotificationCollection
Implements IList
Inheritance
QueryNotificationCollection
Attributes
Implements

Constructors

QueryNotificationCollection()

Properties

Count

Gets the number of elements contained in the collection.

Item[Int32]

Gets or sets the QueryNotification element at the specified index.

Methods

Add(QueryNotification)

Adds the specified QueryNotification 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(QueryNotification)

Determines whether the specified QueryNotification exists in the collection.

CopyTo(Array, Int32)

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

IndexOf(QueryNotification)

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

Insert(Int32, QueryNotification)

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

Remove(QueryNotification)

Removes the specified QueryNotification from this collection.

RemoveAt(Int32)

Removes the QueryNotification 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