Compartilhar via


Método IBinaryHttpBodyEditorPlugin.SupportsContentType

Determina se este plug-in suporta um tipo de conteúdo.

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

Sintaxe

'Declaração
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

Parâmetros

Valor de retorno

Tipo: System.Boolean
true Se o plug-in oferece suporte para o tipo de conteúdo especificado. Caso contrário, false.

Segurança do .NET Framework

Consulte também

Referência

IBinaryHttpBodyEditorPlugin Interface

Namespace Microsoft.VisualStudio.TestTools.WebTesting