Condividi tramite


Metodo ITestManagementTeamProject.QueryAttachmentsByLink

Elenco di completamento allegati di pari livello e allegati stesso per un elemento URI dell'allegato.

Spazio dei nomi:  Microsoft.TeamFoundation.TestManagement.Client
Assembly:  Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)

Sintassi

'Dichiarazione
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>

Parametri

  • getSiblingAttachments
    Tipo: System.Boolean
    Contrassegnare chiedere se gli elementi di pari livello devono essere restituiti o meno

Valore restituito

Tipo: System.Collections.Generic.IList<ITestAttachment>

Sicurezza di .NET Framework

Vedere anche

Riferimenti

ITestManagementTeamProject Interfaccia

Spazio dei nomi Microsoft.TeamFoundation.TestManagement.Client