Partager via


IBinaryHttpBodyEditorPlugin.CreateEditor, méthode

Crée un objet UserControl pour modifier les octets spécifiés.

Espace de noms :  Microsoft.VisualStudio.TestTools.WebTesting
Assembly :  Microsoft.VisualStudio.QualityTools.WebTestFramework (dans Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)

Syntaxe

'Déclaration
Function CreateEditor ( _
    contentType As String, _
    initialValue As Byte() _
) As Object
Object CreateEditor(
    string contentType,
    byte[] initialValue
)
Object^ CreateEditor(
    String^ contentType, 
    array<unsigned char>^ initialValue
)
abstract CreateEditor : 
        contentType:string * 
        initialValue:byte[] -> Object 
function CreateEditor(
    contentType : String, 
    initialValue : byte[]
) : Object

Paramètres

  • contentType
    Type : System.String
    Type de contenu de BinaryHttpBody.
  • initialValue
    Type : array<System.Byte[]
    Octets, qui représentent la charge utile de BinaryHttpBody, à modifier.

Valeur de retour

Type : System.Object
Un objet UserControl permettant l'affichage et la modification de la valeur de tableau d'octets du type de contenu spécifié.

Notes

Ce contrôle sera hébergé dans la boîte de dialogue de plug-in qui fournit les boutons OK et Annuler.

Sécurité .NET Framework

Voir aussi

Référence

IBinaryHttpBodyEditorPlugin Interface

Microsoft.VisualStudio.TestTools.WebTesting, espace de noms