IBinaryHttpBodyEditorPlugin.GetNewValue 方法

获取单击插件对话框上的“确定”按钮后的已编辑字节。

命名空间:  Microsoft.VisualStudio.TestTools.WebTesting
程序集:  Microsoft.VisualStudio.QualityTools.WebTestFramework(在 Microsoft.VisualStudio.QualityTools.WebTestFramework.dll 中)

语法

声明
Function GetNewValue As Byte()
byte[] GetNewValue()
array<unsigned char>^ GetNewValue()
abstract GetNewValue : unit -> byte[] 
function GetNewValue() : byte[]

返回值

类型:array<System.Byte[]
已编辑的字节。

.NET Framework 安全性

请参见

参考

IBinaryHttpBodyEditorPlugin 接口

Microsoft.VisualStudio.TestTools.WebTesting 命名空间