次の方法で共有


IBinaryHttpBodyEditorPlugin.CreateEditor メソッド

指定されたバイトを変更するための UserControl オブジェクトを作成します。

名前空間:  Microsoft.VisualStudio.TestTools.WebTesting
アセンブリ:  Microsoft.VisualStudio.QualityTools.WebTestFramework (Microsoft.VisualStudio.QualityTools.WebTestFramework.dll 内)

構文

'宣言
Function CreateEditor ( _
    contentType As String, _
    initialValue As Byte() _
) As Object
Object CreateEditor(
    string contentType,
    byte[] initialValue
)
Object^ CreateEditor(
    String^ contentType, 
    array<unsigned char>^ initialValue
)
abstract CreateEditor : 
        contentType:string * 
        initialValue:byte[] -> Object 
function CreateEditor(
    contentType : String, 
    initialValue : byte[]
) : Object

パラメーター

  • contentType
    型: System.String
    BinaryHttpBody のコンテンツ タイプ。
  • initialValue
    型: array<System.Byte[]
    変更するバイト (BinaryHttpBody のペイロード)。

戻り値

型: System.Object
指定されたコンテンツ タイプのバイト配列値を表示および編集できる UserControl オブジェクト。

解説

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

.NET Framework セキュリティ

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

参照

参照

IBinaryHttpBodyEditorPlugin インターフェイス

Microsoft.VisualStudio.TestTools.WebTesting 名前空間