This documentation is archived and is not being maintained.

StoredQueryCollection::Remove Method

Removes the specified stored query from this collection.

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

public:
void Remove(
	StoredQuery^ storedQuery
)

Parameters

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

The stored query to remove from this collection.

Show: