Método ITestManagementTeamProject.QueryAttachmentsByLink
Lista de retorna os anexos irmãos e de anexo próprio para um URI de produto de anexo.
Namespace: Microsoft.TeamFoundation.TestManagement.Client
Assembly: Microsoft.TeamFoundation.TestManagement.Client (em Microsoft.TeamFoundation.TestManagement.Client.dll)
Sintaxe
'Declaração
Function QueryAttachmentsByLink ( _
artifactUri As Uri, _
<OutAttribute> ByRef attachment As ITestAttachment, _
getSiblingAttachments As Boolean _
) As IList(Of ITestAttachment)
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 : Uri,
attachment : ITestAttachment,
getSiblingAttachments : boolean
) : IList<ITestAttachment>
Parâmetros
- artifactUri
Tipo: System.Uri
- attachment
Tipo: Microsoft.TeamFoundation.TestManagement.Client.ITestAttachment%
para fora param que retorna o objeto real do anexo que corresponde à identificação
- getSiblingAttachments
Tipo: System.Boolean
Sinaliza perguntar se irmãos retornados ou não devem ser
Valor de retorno
Tipo: System.Collections.Generic.IList<ITestAttachment>
Segurança do .NET Framework
- Confiança total para o chamador imediato. O membro não pode ser usado por código parcialmente confiável. Para obter mais informações, consulte Usando bibliotecas de código parcialmente confiáveis.