次の方法で共有


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 プラグインのダイアログ ボックスで OK ボタンがクリックされた後に編集された文字列を取得します。
パブリック メソッド SupportsContentType このプラグインでコンテンツ タイプがサポートされているかどうかを判断します。

このページのトップへ

参照

関連項目

Microsoft.VisualStudio.TestTools.WebTesting 名前空間