Information
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::Save Method (XmlElement^, XmlTestStoreParameters^)

 

Saves the ASP.NET Development Environment settings that this class represents.

Namespace:   Microsoft.VisualStudio.TestTools.Common
Assembly:  Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)

public:
virtual void Save(
	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 ASP.NET Development Environment.

Return to top
Show: