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.

DeclarativeWebTestSerializer::Save Method (DeclarativeWebTest^, Stream^)

 

Saves a Web performance test to a stream.

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

public:
static void Save(
	DeclarativeWebTest^ declarativeWebTest,
	Stream^ stream
)

Parameters

declarativeWebTest
Type: Microsoft.VisualStudio.TestTools.WebTesting::DeclarativeWebTest^

A declarative Web performance test.

stream
Type: System.IO::Stream^

  

Return to top
Show: