IStringHttpBodyEditorPlugin 接口
提供字符串 HTTP 正文插件的界面。
命名空间: Microsoft.VisualStudio.TestTools.WebTesting
程序集: Microsoft.VisualStudio.QualityTools.WebTestFramework(在 Microsoft.VisualStudio.QualityTools.WebTestFramework.dll 中)
语法
声明
Public Interface IStringHttpBodyEditorPlugin
public interface IStringHttpBodyEditorPlugin
public interface class IStringHttpBodyEditorPlugin
type IStringHttpBodyEditorPlugin = interface end
public interface IStringHttpBodyEditorPlugin
IStringHttpBodyEditorPlugin 类型公开以下成员。
方法
名称 | 说明 | |
---|---|---|
CreateEditor | 创建 UserControl 对象以修改指定的字符串。 | |
GetNewValue | 获取单击插件对话框上的“确定”按钮后的已编辑字符串。 | |
SupportsContentType | 确定此插件是否支持内容类型。 |
页首