共用方式為


UITest.Create 方法 (Stream)

使用提供的資料流建立 UI 測試。

命名空間:  Microsoft.VisualStudio.TestTools.UITest.Common
組件:  Microsoft.VisualStudio.TestTools.UITest.Common (在 Microsoft.VisualStudio.TestTools.UITest.Common.dll 中)

語法

'宣告
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

參數

傳回值

型別:Microsoft.VisualStudio.TestTools.UITest.Common.UITest
UI 測試物件。

.NET Framework 安全性

請參閱

參考

UITest 類別

Create 多載

Microsoft.VisualStudio.TestTools.UITest.Common 命名空間