Condividi tramite


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

Crea un allegato per un risultato del test dalla matrice di byte.

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 che contiene i contenuti dell'allegato.
  • offset
    Tipo: System.Int32
    Indice del primo byte che verrà utilizzato come contenuto dell'allegato, in genere 0.

Valore restituito

Tipo: Microsoft.TeamFoundation.TestManagement.Client.ITestAttachment
Nuovo oggetto 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

ITestRunBase Interfaccia

Overload CreateAttachment

Spazio dei nomi Microsoft.TeamFoundation.TestManagement.Client