Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

ITestManagementTeamProject::QueryAttachments Method (String^)

 

Returns a list of attachments that match the specified query.

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

IList<ITestAttachment^>^ QueryAttachments(
	String^ queryText
)

Parameters

queryText
Type: System::String^

WIQL query to find attachments.

Return Value

Type: System.Collections.Generic::IList<ITestAttachment^>^

A list of matching attachments.

This list is read-only. Removing items from it will not cause them to be removed from the server

Return to top
Show: