Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
Returns an object that implements events for unit test events.
Namespace: Microsoft.VisualStudio.TestTools.UITesting
Assembly: Microsoft.VisualStudio.QualityTools.CodedUITestFramework (in Microsoft.VisualStudio.QualityTools.CodedUITestFramework.dll)
Syntax
'Declaration
Public Overrides Function GetExecution As TestExtensionExecution
public override TestExtensionExecution GetExecution()
public:
virtual TestExtensionExecution^ GetExecution() override
abstract GetExecution : unit -> TestExtensionExecution
override GetExecution : unit -> TestExtensionExecution
public override function GetExecution() : TestExtensionExecution
Return Value
Type: Microsoft.VisualStudio.TestTools.UnitTesting.TestExtensionExecution
An object that implements events for unit test events.
.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.