IBinaryHttpBodyEditorPlugin 接口

提供二进制 HTTP 正文插件的界面。

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

语法

声明
Public Interface IBinaryHttpBodyEditorPlugin
public interface IBinaryHttpBodyEditorPlugin
public interface class IBinaryHttpBodyEditorPlugin
type IBinaryHttpBodyEditorPlugin =  interface end
public interface IBinaryHttpBodyEditorPlugin

IBinaryHttpBodyEditorPlugin 类型公开以下成员。

方法

  名称 说明
公共方法 CreateEditor 创建 UserControl 对象以修改指定的字节。
公共方法 GetNewValue 获取单击插件对话框上的“确定”按钮后的已编辑字节。
公共方法 SupportsContentType 确定此插件是否支持内容类型。

页首

请参见

参考

Microsoft.VisualStudio.TestTools.WebTesting 命名空间