IBinaryHttpBodyEditorPlugin.SupportsContentType Method

Determines whether this plug-in supports a content type.

Namespace:  Microsoft.VisualStudio.TestTools.WebTesting
Assembly:  Microsoft.VisualStudio.QualityTools.WebTestFramework (in Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)

Syntax

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

Parameters

Return Value

Type: System.Boolean
true if the plug-in supports the specified content type; otherwise, false.

.NET Framework Security

See Also

Reference

IBinaryHttpBodyEditorPlugin Interface

Microsoft.VisualStudio.TestTools.WebTesting Namespace