Sdílet prostřednictvím


IStringHttpBodyEditorPlugin.CreateEditor – metoda

Vytvoří objekt UserControl upravit zadaný řetězec.

Obor názvů:  Microsoft.VisualStudio.TestTools.WebTesting
Sestavení:  Microsoft.VisualStudio.QualityTools.WebTestFramework (v Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)

Syntaxe

'Deklarace
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

Parametry

  • initialValue
    Typ: System.String
    Řetězec, který je datová část StringHttpBody, upravit.

Vrácená hodnota

Typ: System.Object
UserControl objekt, který lze zobrazit a změnit hodnotu řetězce zadaný typ obsahu.

Poznámky

Tento ovládací prvek bude hostitelem v modulu plug-in dialogového okna, které obsahuje tlačítka OK a Storno.

Zabezpečení rozhraní .NET Framework

Viz také

Referenční dokumentace

IStringHttpBodyEditorPlugin Rozhraní

Microsoft.VisualStudio.TestTools.WebTesting – obor názvů