TcmInformation.IXmlTestStore.Save(XmlElement, XmlTestStoreParameters) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Saves the current object to the provided XML element by using the provided parameters.
virtual void Microsoft.VisualStudio.TestTools.Common.Xml.IXmlTestStore.Save(System::Xml::XmlElement ^ element, Microsoft::VisualStudio::TestTools::Common::Xml::XmlTestStoreParameters ^ parameters) = Microsoft::VisualStudio::TestTools::Common::Xml::IXmlTestStore::Save;
void IXmlTestStore.Save (System.Xml.XmlElement element, Microsoft.VisualStudio.TestTools.Common.Xml.XmlTestStoreParameters parameters);
abstract member Microsoft.VisualStudio.TestTools.Common.Xml.IXmlTestStore.Save : System.Xml.XmlElement * Microsoft.VisualStudio.TestTools.Common.Xml.XmlTestStoreParameters -> unit
override this.Microsoft.VisualStudio.TestTools.Common.Xml.IXmlTestStore.Save : System.Xml.XmlElement * Microsoft.VisualStudio.TestTools.Common.Xml.XmlTestStoreParameters -> unit
Sub Save (element As XmlElement, parameters As XmlTestStoreParameters) Implements IXmlTestStore.Save
Parameters
- element
- XmlElement
An XmlElement object.
- parameters
- XmlTestStoreParameters
An XmlTestStoreParameters object.