QueryNotificationCollection Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |