Método ITestManagementTeamProject.QueryAttachmentsByLink
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: Uri
- attachment
Tipo: Microsoft.TeamFoundation.TestManagement.Client.ITestAttachment%
- getSiblingAttachments
Tipo: Boolean
Valor de retorno
Tipo: 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ável.