Partager via


ITestRun.CreateAttachment, méthode (array<Byte , Int32, Int32)

Crée une pièce jointe de résultat de test à partir du tableau d'octets fourni.

Espace de noms :  Microsoft.TeamFoundation.TestManagement.Client
Assembly :  Microsoft.TeamFoundation.TestManagement.Client (dans Microsoft.TeamFoundation.TestManagement.Client.dll)

Syntaxe

'Déclaration
Function CreateAttachment ( _
    contents As Byte(), _
    offset As Integer, _
    length As Integer _
) As ITestAttachment
ITestAttachment CreateAttachment(
    byte[] contents,
    int offset,
    int length
)
ITestAttachment^ CreateAttachment(
    array<unsigned char>^ contents, 
    int offset, 
    int length
)
abstract CreateAttachment : 
        contents:byte[] * 
        offset:int * 
        length:int -> ITestAttachment 
function CreateAttachment(
    contents : byte[], 
    offset : int, 
    length : int
) : ITestAttachment

Paramètres

  • contents
    Type : array<System.Byte[]
    Tableau d'octets qui contient la pièce jointe.
  • offset
    Type : System.Int32
    Point de départ du contenu dans le tableau d'octets.
  • length
    Type : System.Int32
    Longueur du segment désiré dans le tableau d'octets.

Valeur de retour

Type : Microsoft.TeamFoundation.TestManagement.Client.ITestAttachment
Objet de la pièce jointe du test.

Sécurité .NET Framework

Voir aussi

Référence

ITestRun Interface

CreateAttachment, surcharge

Microsoft.TeamFoundation.TestManagement.Client, espace de noms

ITestAttachment