Information
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.

Namespace:   Microsoft.VisualStudio.TestTools.WebTesting
Assembly:  Microsoft.VisualStudio.QualityTools.WebTestFramework (in Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)

public interface class IStringHttpBodyEditorPlugin

NameDescription
System_CAPS_pubmethodCreateEditor(String^, String^)

Creates a UserControl object to modify the specified string.

System_CAPS_pubmethodGetNewValue()

Gets the edited string after the OK button is clicked on the plug-in dialog box.

System_CAPS_pubmethodSupportsContentType(String^)

Determines whether this plug-in supports a content type.

Return to top
Show: