TestResult.DeSerializeFromString(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Deserializes the XML in the specified string and creates a TestResult object with property values that match the information in the string.
public static Microsoft.Hpc.Diagnostics.Helpers.TestResult DeSerializeFromString(string value);
static member DeSerializeFromString : string -> Microsoft.Hpc.Diagnostics.Helpers.TestResult
Public Shared Function DeSerializeFromString (value As String) As TestResult
Parameters
- value
- String
A string that contains the TestStepResult XML that you want to deserialize.
Returns
A TestResult object with property values that match the information in the specified TestStepResult XML.