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