Share via


WebTestResultDetailsSerializer.Deserialize Method

Loads a Web performance test result from the specified file.

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

Syntax

'Declaration
Public Function Deserialize ( _
    filePath As String _
) As WebTestResultDetails
public WebTestResultDetails Deserialize(
    string filePath
)
public:
WebTestResultDetails^ Deserialize(
    String^ filePath
)
member Deserialize : 
        filePath:string -> WebTestResultDetails 
public function Deserialize(
    filePath : String
) : WebTestResultDetails

Parameters

Return Value

Type: Microsoft.VisualStudio.TestTools.WebTesting.WebTestResultDetails
The Web performance test result.

.NET Framework Security

See Also

Reference

WebTestResultDetailsSerializer Class

Microsoft.VisualStudio.TestTools.WebTesting Namespace