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 | 判斷此外掛程式是否支援內容類型。 |
回頁首