Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Loads XML data to reconstitute a persisted instance of the TestCategoryItem class.
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: System.Xml.XmlElement
The XML element that contains the persisted data for the instance.
- parameters
Type: Microsoft.VisualStudio.TestTools.Common.Xml.XmlTestStoreParameters
An XmlTestStoreParameters 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.