IStringHttpBodyEditorPlugin.SupportsContentType, méthode
Détermine si ce plug-in prend en charge un type de contenu.
Espace de noms : Microsoft.VisualStudio.TestTools.WebTesting
Assembly : Microsoft.VisualStudio.QualityTools.WebTestFramework (dans Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)
Syntaxe
'Déclaration
Function SupportsContentType ( _
contentType As String _
) As Boolean
bool SupportsContentType(
string contentType
)
bool SupportsContentType(
String^ contentType
)
abstract SupportsContentType :
contentType:string -> bool
function SupportsContentType(
contentType : String
) : boolean
Paramètres
- contentType
Type : System.String
Type de contenu à tester.
Valeur de retour
Type : System.Boolean
true si le plug-in prend en charge le type de contenu spécifié ; sinon, false.
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.