TestCaseEventArgs.TestElement Property

Definition

Gets the current test.

public:
 property Microsoft::VisualStudio::TestTools::Common::ITestElement ^ TestElement { Microsoft::VisualStudio::TestTools::Common::ITestElement ^ get(); };
public Microsoft.VisualStudio.TestTools.Common.ITestElement TestElement { get; }
member this.TestElement : Microsoft.VisualStudio.TestTools.Common.ITestElement
Public ReadOnly Property TestElement As ITestElement

Property Value

The current test.

Applies to