Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

IBinaryHttpBodyEditorPlugin::SupportsContentType Method (String^)

 

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)

bool SupportsContentType(
	String^ contentType
)

Parameters

contentType
Type: System::String^

Content type to test.

Return Value

Type: System::Boolean

true if the plug-in supports the specified content type; otherwise, false.

Return to top
Show: