AspNetDevelopmentServer.Load(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.
Loads the class from the provided XML element.
public:
virtual void Load(System::Xml::XmlElement ^ element, Microsoft::VisualStudio::TestTools::Common::Xml::XmlTestStoreParameters ^ parameters);
public void Load (System.Xml.XmlElement element, Microsoft.VisualStudio.TestTools.Common.Xml.XmlTestStoreParameters parameters);
abstract member Load : System.Xml.XmlElement * Microsoft.VisualStudio.TestTools.Common.Xml.XmlTestStoreParameters -> unit
override this.Load : System.Xml.XmlElement * Microsoft.VisualStudio.TestTools.Common.Xml.XmlTestStoreParameters -> unit
Public Sub Load (element As XmlElement, parameters As XmlTestStoreParameters)
Parameters
- element
- XmlElement
An XmlElement that contains the values that are required to re-create the specific settings for an instance of ASP.NET Development Server.
- parameters
- XmlTestStoreParameters
A Dictionary object that contains the named values that represent parameters that are required for the ASP.NET Development Server.