CollectorDataEntry.Load Method

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

Loads an instance of this class from the provided XML element by using the provided parameters.

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

Implements

IXmlTestStore.Load(XmlElement, XmlTestStoreParameters)

.NET Framework Security

See Also

Reference

CollectorDataEntry Class

Microsoft.VisualStudio.TestTools.Common Namespace

XmlElement

XmlTestStoreParameters