Partager via


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

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

Voir aussi

Référence

IStringHttpBodyEditorPlugin Interface

Microsoft.VisualStudio.TestTools.WebTesting, espace de noms