Condividi tramite


Metodo ITestCaseResult.CreateAttachment (array<Byte , Int32, Int32)

Crea un allegato al risultato del test utilizzando matrice di byte, percorso e lunghezza specificati.

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

Sintassi

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

Parametri

  • contents
    Tipo: array<System.Byte[]
    Matrice di byte di dati.
  • offset
    Tipo: System.Int32
    Punto iniziale nella matrice di byte.

Valore restituito

Tipo: Microsoft.TeamFoundation.TestManagement.Client.ITestAttachment
Allegato.

Note

Quando l'oggetto proprietario dell'allegato viene salvato, i contenuti verranno caricati nel server di TCM.La matrice non deve essere modificato prima di funzioni.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

ITestCaseResult Interfaccia

Overload CreateAttachment

Spazio dei nomi Microsoft.TeamFoundation.TestManagement.Client

ITestAttachment