StoredQueryCollection Members
Include Protected Members
Include Inherited Members
Queries can be persisted on the Team Foundation Server using the StoredQueryCollection class.
The StoredQueryCollection type exposes the following members.
Methods
Name
Description
Adds a new StoredQuery to the collection.
Adds a new Object to the collection. (Overrides VariableSizeList.AddItem(Object).)
Clears the StoredQueryCollection. (Overrides VariableSizeList.Clear().)
Obsolete. (Inherited from VariableSizeList.)
Determines whether the specified Object is equal to the current Object. (Inherited from Object.)
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.)
(Inherited from VariableSizeList.)
Serves as a hash function for a particular type. (Inherited from Object.)
Returns the Object stored at index location in the collection. (Overrides VariableSizeList.GetItem(Int32).)
Gets the type of the current instance. (Inherited from Object.)
Returns the index of the StoredQuery.
Returns the index of the Object stored in the collection. (Overrides VariableSizeList.IndexOfItem(Object).)
Creates a shallow copy of the current Object. (Inherited from Object.)
Event handler invoked when a stored query changes.
Removes the specified StoredQuery.
Removes the StoredQuery at the specified index. (Overrides VariableSizeList.RemoveAt(Int32).)
Returns a string that represents the current object. (Inherited from Object.)
Top
Fields
Name
Description
(Inherited from VariableSizeList.)
Top
Properties
Name
Description
Gets the number of StoredQuery objects in the collection. (Overrides VariableSizeList.Count.)
Obsolete. (Inherited from VariableSizeList.)
Obsolete. (Inherited from VariableSizeList.)
Obsolete. (Inherited from VariableSizeList.)
Overloaded.
Obsolete. (Inherited from VariableSizeList.)
Top
Events
Name
Description
Occurs when a StoredQuery changes.
Top
Explicit Interface Implementations
Name
Description
(Inherited from VariableSizeList.)
(Inherited from VariableSizeList.)
(Inherited from VariableSizeList.)
(Inherited from VariableSizeList.)
(Inherited from VariableSizeList.)
(Inherited from VariableSizeList.)
(Inherited from VariableSizeList.)
(Inherited from VariableSizeList.)
(Inherited from VariableSizeList.)
(Inherited from VariableSizeList.)
(Inherited from VariableSizeList.)
(Inherited from VariableSizeList.)
(Inherited from VariableSizeList.)
(Inherited from VariableSizeList.)
(Inherited from VariableSizeList.)
Top