This documentation is archived and is not being maintained.

StoredQueryCollection::Add Method

Adds the specified query to the collection.

Namespace:  Microsoft.TeamFoundation.WorkItemTracking.Client
Assembly:  Microsoft.TeamFoundation.WorkItemTracking.Client (in Microsoft.TeamFoundation.WorkItemTracking.Client.dll)

public:
int Add(
	StoredQuery^ storedQuery
)

Parameters

storedQuery
Type: Microsoft.TeamFoundation.WorkItemTracking.Client::StoredQuery

The query to store.

Return Value

Type: System::Int32
The index of the added stored query.

Show: