Compartir a través de


HostRunConfigurationData.Load Method

This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.

Loads the object from the provided XML element.

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

Syntax

'Declaration
Public Sub Load ( _
    element As XmlElement, _
    parameters As XmlTestStoreParameters _
)
public void Load(
    XmlElement element,
    XmlTestStoreParameters parameters
)
public:
virtual void Load(
    XmlElement^ element, 
    XmlTestStoreParameters^ parameters
) sealed
abstract Load : 
        element:XmlElement * 
        parameters:XmlTestStoreParameters -> unit  
override Load : 
        element:XmlElement * 
        parameters:XmlTestStoreParameters -> unit
public final function Load(
    element : XmlElement, 
    parameters : XmlTestStoreParameters
)

Parameters

  • element
    Type: XmlElement

    The XmlElement that stores the object to be loaded.

Implements

IXmlTestStore.Load(XmlElement, XmlTestStoreParameters)

.NET Framework Security

See Also

Reference

HostRunConfigurationData Class

Microsoft.VisualStudio.TestTools.Common Namespace

XmlElement

XmlTestStoreParameters