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
'Declaration
Public Shared Function Create ( _
    reader As Stream _
) As UITest
public static UITest Create(
    Stream reader
)
public:
static UITest^ Create(
    Stream^ reader
)
static member Create : 
        reader:Stream -> UITest
public static function Create(
    reader : Stream
) : UITest
Parameters
- reader 
 Type: Stream- A Stream object. 
Return Value
Type: Microsoft.VisualStudio.TestTools.UITest.Common.UITest
A UI test object.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.