Nota
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare ad accedere o modificare le directory.
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare a modificare le directory.
Initializes a new instance of the UITestInterpreter class.
Namespace: Microsoft.VisualStudio.TestTools.UITest.CodeGeneration
Assembly: Microsoft.VisualStudio.TestTools.UITest.CodeGeneration (in Microsoft.VisualStudio.TestTools.UITest.CodeGeneration.dll)
Syntax
'Declaration
Public Sub New ( _
uiTest As UITest _
)
public UITestInterpreter(
UITest uiTest
)
public:
UITestInterpreter(
UITest^ uiTest
)
new :
uiTest:UITest -> UITestInterpreter
public function UITestInterpreter(
uiTest : UITest
)
Parameters
uiTest
Type: Microsoft.VisualStudio.TestTools.UITest.Common.UITestThe UITest that is being interpreted.
.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.
See Also
Reference
Microsoft.VisualStudio.TestTools.UITest.CodeGeneration Namespace