ITestCase.CreateAttachment, méthode (array<Byte , Int32, Int32)
Crée une pièce jointe pour un cas de test à l'aide 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 duquel extraire la pièce jointe.
- offset
Type : System.Int32
Élément initial du tableau.
- length
Type : System.Int32
Longueur du tableau à utiliser pour la création de la pièce jointe.
Valeur de retour
Type : Microsoft.TeamFoundation.TestManagement.Client.ITestAttachment
Pièce jointe de test.
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.
Voir aussi
Référence
Microsoft.TeamFoundation.TestManagement.Client, espace de noms