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
element
Type: XmlElementThe XmlElement that stores the object to be loaded.
parameters
Type: Microsoft.VisualStudio.TestTools.Common.Xml.XmlTestStoreParametersThe XmlTestStoreParameters to use for this object.
Implements
IXmlTestStore.Load(XmlElement, XmlTestStoreParameters)
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.