Método ITestManagementTeamProject.QueryAttachmentsByLink (Uri, ITestAttachment, Boolean)
Retorna a lista de anexos de irmão e anexos para um uri de artefato de anexo.
Namespace: Microsoft.TeamFoundation.TestManagement.Client
Assembly: Microsoft.TeamFoundation.TestManagement.Client (em Microsoft.TeamFoundation.TestManagement.Client.dll)
Sintaxe
IList<ITestAttachment> QueryAttachmentsByLink(
Uri artifactUri,
out ITestAttachment attachment,
bool getSiblingAttachments
)
IList<ITestAttachment^>^ QueryAttachmentsByLink(
Uri^ artifactUri,
[OutAttribute] ITestAttachment^% attachment,
bool getSiblingAttachments
)
abstract QueryAttachmentsByLink :
artifactUri:Uri *
attachment:ITestAttachment byref *
getSiblingAttachments:bool -> IList<ITestAttachment>
Function QueryAttachmentsByLink (
artifactUri As Uri,
<OutAttribute> ByRef attachment As ITestAttachment,
getSiblingAttachments As Boolean
) As IList(Of ITestAttachment)
Parâmetros
- artifactUri
Type: System.Uri
attachment
Type: Microsoft.TeamFoundation.TestManagement.Client.ITestAttachmento parâmetro retornar verdadeiro anexo objeto correspondente à id de
getSiblingAttachments
Type: System.BooleanSinalizador perguntando se irmãos devem ser retornados ou não
Valor de retorno
Type: System.Collections.Generic.IList<ITestAttachment>
Consulte também
Interface ITestManagementTeamProject
Namespace Microsoft.TeamFoundation.TestManagement.Client
Retornar ao topo