DataCollectorExceptionMessageInfo.Load 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.
Loads an instance of this class from the provided XML element by using the provided parameters.
protected:
override void Load(System::Xml::XmlElement ^ element, Microsoft::VisualStudio::TestTools::Common::Xml::XmlTestStoreParameters ^ parameters);
protected override void Load (System.Xml.XmlElement element, Microsoft.VisualStudio.TestTools.Common.Xml.XmlTestStoreParameters parameters);
override this.Load : System.Xml.XmlElement * Microsoft.VisualStudio.TestTools.Common.Xml.XmlTestStoreParameters -> unit
Protected Overrides Sub Load (element As XmlElement, parameters As XmlTestStoreParameters)
Parameters
- element
- XmlElement
The XmlElement that stores the object to be loaded.
- parameters
- XmlTestStoreParameters
The XmlTestStoreParameters to use for this object.