TestId.IXmlTestStore.Load Method
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
Private Sub Load ( _
element As XmlElement, _
parameters As XmlTestStoreParameters _
) Implements IXmlTestStore.Load
void IXmlTestStore.Load(
XmlElement element,
XmlTestStoreParameters parameters
)
private:
virtual void Load(
XmlElement^ element,
XmlTestStoreParameters^ parameters
) sealed = IXmlTestStore::Load
private abstract Load :
element:XmlElement *
parameters:XmlTestStoreParameters -> unit
private override Load :
element:XmlElement *
parameters:XmlTestStoreParameters -> unit
JScript does not support explicit interface implementations.
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)
Remarks
This member is an explicit interface member implementation. It can be used only when the TestId instance is cast to an IXmlTestStore interface.
.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.