The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
IBinaryHttpBodyEditorPlugin::CreateEditor Method (String^, array<Byte>^)
Creates a UserControl object to modify the specified bytes.
Assembly: Microsoft.VisualStudio.QualityTools.WebTestFramework (in Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)
Parameters
- contentType
-
Type:
System::String^
Content type of the BinaryHttpBody.
- initialValue
-
Type:
array<System::Byte>^
Bytes, which are the payload of the BinaryHttpBody, to modify.
Return Value
Type: System::Object^A UserControl object that can display and edit the byte array value of the specified content type.
This control will be hosted in the plug-in dialog box, which provides OK and Cancel buttons.
Show: