次の方法で共有


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 オブジェクト。

解説

このコントロールは、[OK] ボタンおよび [キャンセル] ボタンのあるプラグイン ダイアログ ボックスでホストされます。

.NET Framework セキュリティ

  • 直前の呼び出し元に対する完全な信頼。 このメンバーは、部分的に信頼されているコードから使用することはできません。 詳細については、「部分信頼コードからのライブラリの使用」を参照してください。

参照

参照

IStringHttpBodyEditorPlugin インターフェイス

Microsoft.VisualStudio.TestTools.WebTesting 名前空間