The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
AspNetDevelopmentServer::Load Method (XmlElement^, XmlTestStoreParameters^)
Loads the class from the provided XML element.
Assembly: Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)
public: virtual void Load( XmlElement^ element, XmlTestStoreParameters^ parameters ) sealed
Parameters
- element
-
Type:
System.Xml::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
-
Type:
Microsoft.VisualStudio.TestTools.Common.Xml::XmlTestStoreParameters^
A Dictionary object that contains the named values that represent parameters that are required for the ASP.NET Development Server.
Show: