IStringHttpBodyEditorPlugin.GetNewValue Method

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

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

Syntax

'Declaration
Function GetNewValue As String
string GetNewValue()
String^ GetNewValue()
abstract GetNewValue : unit -> string 
function GetNewValue() : String

Return Value

Type: System.String
Edited string.

.NET Framework Security

See Also

Reference

IStringHttpBodyEditorPlugin Interface

Microsoft.VisualStudio.TestTools.WebTesting Namespace