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

C#
public void Load(
    XmlElement element,
    XmlTestStoreParameters parameters
)

Parameters

Implements

IXmlTestStore.Load(XmlElement, XmlTestStoreParameters)

.NET Framework Security

See Also

Reference

CollectorDataEntry Class

Microsoft.VisualStudio.TestTools.Common Namespace

XmlElement

XmlTestStoreParameters