Sdílet prostřednictvím


IStringHttpBodyEditorPlugin.SupportsContentType – metoda

Určuje, zda tento modul plug-in podporuje typ obsahu.

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

Syntaxe

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

Parametry

Vrácená hodnota

Typ: System.Boolean
true Pokud modul plug-in podporuje zadaný typ obsahu; jinak false.

Zabezpečení rozhraní .NET Framework

Viz také

Referenční dokumentace

IStringHttpBodyEditorPlugin Rozhraní

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