TestCaseEventArgs.TestElement Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.