UITestInterpreterCore 建構函式
為指定的 UITest 建立 UITestInterpreter 的執行個體
命名空間: Microsoft.VisualStudio.TestTools.UITest.CodeGeneration
組件: Microsoft.VisualStudio.TestTools.UITest.Common (在 Microsoft.VisualStudio.TestTools.UITest.Common.dll 中)
語法
'宣告
Public Sub New ( _
uiTest As UITest _
)
public UITestInterpreterCore(
UITest uiTest
)
public:
UITestInterpreterCore(
UITest^ uiTest
)
new :
uiTest:UITest -> UITestInterpreterCore
public function UITestInterpreterCore(
uiTest : UITest
)
參數
- uiTest
型別:Microsoft.VisualStudio.TestTools.UITest.Common.UITest
要解譯的 UITest。
.NET Framework 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。