IXmlTestStore.Load Method
Loads the class from the provided XML element.
Namespace: Microsoft.VisualStudio.TestTools.Common.Xml
Assembly: Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)
Syntax
'Declaration
Sub Load ( _
element As XmlElement, _
parameters As XmlTestStoreParameters _
)
void Load(
XmlElement element,
XmlTestStoreParameters parameters
)
void Load(
XmlElement^ element,
XmlTestStoreParameters^ parameters
)
abstract Load :
element:XmlElement *
parameters:XmlTestStoreParameters -> unit
function Load(
element : XmlElement,
parameters : XmlTestStoreParameters
)
Parameters
element
Type: XmlElementThe XmlElement that stores the class to be loaded.
parameters
Type: Microsoft.VisualStudio.TestTools.Common.Xml.XmlTestStoreParametersThe parameters to use for this class.
.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.