Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
reader
Type: System.IO.StreamA Stream object.
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