Condividi tramite


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

Crea un allegato per un test case utilizzando la matrice di byte specificata.

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 dalla quale estrarre l'allegato.
  • offset
    Tipo: System.Int32
    Elemento iniziale nella matrice.
  • length
    Tipo: System.Int32
    Lunghezza della matrice da utilizzare per creare l'allegato.

Valore restituito

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

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

ITestCase Interfaccia

Overload CreateAttachment

Spazio dei nomi Microsoft.TeamFoundation.TestManagement.Client

ITestAttachment