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