共用方式為


IBinaryHttpBodyEditorPlugin.SupportsContentType 方法

判斷此外掛程式是否支援內容類型。

命名空間:  Microsoft.VisualStudio.TestTools.WebTesting
組件:  Microsoft.VisualStudio.QualityTools.WebTestFramework (在 Microsoft.VisualStudio.QualityTools.WebTestFramework.dll 中)

語法

'宣告
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

參數

傳回值

型別:System.Boolean
如果外掛程式支援指定的內容類型則傳回 true,否則傳回 false。

.NET Framework 安全性

請參閱

參考

IBinaryHttpBodyEditorPlugin 介面

Microsoft.VisualStudio.TestTools.WebTesting 命名空間