IStringHttpBodyEditorPlugin, interface
Fournit une interface pour un plug-in de corps HTTP de chaîne.
Espace de noms : Microsoft.VisualStudio.TestTools.WebTesting
Assembly : Microsoft.VisualStudio.QualityTools.WebTestFramework (dans Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)
Syntaxe
'Déclaration
Public Interface IStringHttpBodyEditorPlugin
public interface IStringHttpBodyEditorPlugin
public interface class IStringHttpBodyEditorPlugin
type IStringHttpBodyEditorPlugin = interface end
public interface IStringHttpBodyEditorPlugin
Le type IStringHttpBodyEditorPlugin expose les membres suivants.
Méthodes
Nom | Description | |
---|---|---|
CreateEditor | Crée un objet UserControl pour modifier la chaîne spécifiée. | |
GetNewValue | Obtient la chaîne modifiée une fois que vous avez cliqué sur le bouton OK dans la boîte de dialogue du plug-in. | |
SupportsContentType | Détermine si ce plug-in prend en charge un type de contenu. |
Début