IStringHttpBodyEditorPlugin.CreateEditor, méthode
Crée un objet UserControl pour modifier la chaîne spécifiée.
Espace de noms : Microsoft.VisualStudio.TestTools.WebTesting
Assembly : Microsoft.VisualStudio.QualityTools.WebTestFramework (dans Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)
Syntaxe
'Déclaration
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
Paramètres
- contentType
Type : System.String
Type de contenu de StringHttpBody.
- initialValue
Type : System.String
Chaîne, correspondant à la charge utile de StringHttpBody, à modifier.
Valeur de retour
Type : System.Object
Un objet UserControl permettant l'affichage et la modification de la valeur de chaîne du type de contenu spécifié.
Notes
Ce contrôle sera hébergé dans la boîte de dialogue de plug-in qui fournit les boutons OK et Annuler.
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.