UITestInterpreterCore 构造函数 (UITest)

 

创建给定 UITest 的 UITestInterpreter 的实例。

命名空间:   Microsoft.VisualStudio.TestTools.UITest.CodeGeneration
程序集:  Microsoft.VisualStudio.TestTools.UITest.Common(Microsoft.VisualStudio.TestTools.UITest.Common.dll 中)

语法

public UITestInterpreterCore(
    UITest uiTest
)
public:
UITestInterpreterCore(
    UITest^ uiTest
)
new : 
        uiTest:UITest -> UITestInterpreterCore
Public Sub New (
    uiTest As UITest
)

参数

  • uiTest
    要解释的 UITest。

请参阅

UITestInterpreterCore 类
Microsoft.VisualStudio.TestTools.UITest.CodeGeneration 命名空间

返回页首