Share via


TestId.IXmlTestStore.Load(XmlElement, XmlTestStoreParameters) Method

Definition

Loads an instance of this class from the provided XML element by using the provided parameters.

 virtual void Microsoft.VisualStudio.TestTools.Common.Xml.IXmlTestStore.Load(System::Xml::XmlElement ^ element, Microsoft::VisualStudio::TestTools::Common::Xml::XmlTestStoreParameters ^ parameters) = Microsoft::VisualStudio::TestTools::Common::Xml::IXmlTestStore::Load;
void IXmlTestStore.Load (System.Xml.XmlElement element, Microsoft.VisualStudio.TestTools.Common.Xml.XmlTestStoreParameters parameters);
abstract member Microsoft.VisualStudio.TestTools.Common.Xml.IXmlTestStore.Load : System.Xml.XmlElement * Microsoft.VisualStudio.TestTools.Common.Xml.XmlTestStoreParameters -> unit
override this.Microsoft.VisualStudio.TestTools.Common.Xml.IXmlTestStore.Load : System.Xml.XmlElement * Microsoft.VisualStudio.TestTools.Common.Xml.XmlTestStoreParameters -> unit
Sub Load (element As XmlElement, parameters As XmlTestStoreParameters) Implements IXmlTestStore.Load

Parameters

element
XmlElement

The XmlElement that stores the object to be loaded.

parameters
XmlTestStoreParameters

The XmlTestStoreParameters to use for this object.

Implements

Applies to