IStringHttpBodyEditorPlugin.CreateEditor 方法
建立 UserControl 物件以修改指定的字串。
命名空間: Microsoft.VisualStudio.TestTools.WebTesting
組件: Microsoft.VisualStudio.QualityTools.WebTestFramework (在 Microsoft.VisualStudio.QualityTools.WebTestFramework.dll 中)
語法
'宣告
Function CreateEditor ( _
contentType As String, _
initialValue As String _
) As Object
Object CreateEditor(
string contentType,
string initialValue
)
Object^ CreateEditor(
String^ contentType,
String^ initialValue
)
abstract CreateEditor :
contentType:string *
initialValue:string -> Object
function CreateEditor(
contentType : String,
initialValue : String
) : Object
參數
- contentType
型別:System.String
StringHttpBody 的內容類型。
- initialValue
型別:System.String
要修改的字串,這個字串是 StringHttpBody 的承載。
傳回值
型別:System.Object
UserControl 物件,可以顯示和修改指定內容類別型的字串值。
備註
這個控制項將會裝載於提供 [確定] 和 [取消] 按鈕的外掛程式對話方塊中。
.NET Framework 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。