共用方式為


ITestManagementTeamProject.QueryAttachments 方法

傳回符合指定查詢之附件的清單。

命名空間:  Microsoft.TeamFoundation.TestManagement.Client
組件:  Microsoft.TeamFoundation.TestManagement.Client (在 Microsoft.TeamFoundation.TestManagement.Client.dll 中)

語法

'宣告
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>

參數

  • queryText
    型別:System.String
    要尋找附件的 WIQL 查詢。

傳回值

型別:System.Collections.Generic.IList<ITestAttachment>
相符附件的清單。

備註

這份清單是唯讀的。從集合移除項目就不會將其從伺服器移除

.NET Framework 安全性

請參閱

參考

ITestManagementTeamProject 介面

Microsoft.TeamFoundation.TestManagement.Client 命名空間