IXmlTestStore.Load Method

Loads the class from the provided XML element.

Namespace:  Microsoft.VisualStudio.TestTools.Common.Xml
Assembly:  Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)

Syntax

'Declaration
Sub Load ( _
    element As XmlElement, _
    parameters As XmlTestStoreParameters _
)
void Load(
    XmlElement element,
    XmlTestStoreParameters parameters
)
void Load(
    XmlElement^ element, 
    XmlTestStoreParameters^ parameters
)
abstract Load : 
        element:XmlElement * 
        parameters:XmlTestStoreParameters -> unit 
function Load(
    element : XmlElement, 
    parameters : XmlTestStoreParameters
)

Parameters

.NET Framework Security

See Also

Reference

IXmlTestStore Interface

Microsoft.VisualStudio.TestTools.Common.Xml Namespace