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.
IStringHttpBodyEditorPlugin Interface
Provides an interface for a string HTTP body plug-in.
Assembly: Microsoft.VisualStudio.QualityTools.WebTestFramework (in Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)
| Name | Description | |
|---|---|---|
![]() | CreateEditor(String^, String^) | Creates a UserControl object to modify the specified string. |
![]() | GetNewValue() | Gets the edited string after the OK button is clicked on the plug-in dialog box. |
![]() | SupportsContentType(String^) | Determines whether this plug-in supports a content type. |
Show:
