Udostępnij za pośrednictwem


Metoda ITestManagementTeamProject.QueryAttachments —

Zwraca listę załączników, które odpowiadają określonej kwerendy.

Przestrzeń nazw:  Microsoft.TeamFoundation.TestManagement.Client
Zestaw:  Microsoft.TeamFoundation.TestManagement.Client (w Microsoft.TeamFoundation.TestManagement.Client.dll)

Składnia

'Deklaracja
Function QueryAttachments ( _
    queryText As String _
) As IList(Of ITestAttachment)
IList<ITestAttachment> QueryAttachments(
    string queryText
)
IList<ITestAttachment^>^ QueryAttachments(
    String^ queryText
)
abstract QueryAttachments : 
        queryText:string -> IList<ITestAttachment> 
function QueryAttachments(
    queryText : String
) : IList<ITestAttachment>

Parametry

  • queryText
    Typ: System.String
    WIQL kwerendę w celu znalezienia załączników.

Wartość zwracana

Typ: System.Collections.Generic.IList<ITestAttachment>
Lista pasujących załączników.

Uwagi

Ta lista jest tylko do odczytu.Usuwanie elementów z niego nie spowoduje ich usunięcie z serwera

Zabezpieczenia programu .NET Framework

Zobacz też

Informacje

ITestManagementTeamProject Interfejs

Przestrzeń nazw Microsoft.TeamFoundation.TestManagement.Client