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.

UITest::Create Method (Stream^)

 

Creates a UI test by using the provided stream.

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

public:
static UITest^ Create(
	Stream^ reader
)

Parameters

reader
Type: System.IO::Stream^

A Stream object.

Return Value

Type: Microsoft.VisualStudio.TestTools.UITest.Common::UITest^

A UI test object.

Return to top
Show: