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)

Syntax

public static UITest Create(
    Stream reader
)
public:
static UITest^ Create(
    Stream^ reader
)
static member Create : 
        reader:Stream -> UITest
Public Shared Function Create (
    reader As Stream
) As UITest

Parameters

Return Value

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

A UI test object.

See Also

Create Overload
UITest Class
Microsoft.VisualStudio.TestTools.UITest.Common Namespace

Return to top