Share via


TestCaseEventArgs.TestElement Property

Gets the current test.

Namespace:  Microsoft.VisualStudio.TestTools.Execution
Assembly:  Microsoft.VisualStudio.QualityTools.ExecutionCommon (in Microsoft.VisualStudio.QualityTools.ExecutionCommon.dll)

Syntax

'Declaration
Public Property TestElement As ITestElement
public ITestElement TestElement { get; internal set; }
public:
property ITestElement^ TestElement {
    ITestElement^ get ();
    internal: void set (ITestElement^ value);
}
member TestElement : ITestElement with get, internal set
function get TestElement () : ITestElement 
internal function set TestElement (value : ITestElement)

Property Value

Type: Microsoft.VisualStudio.TestTools.Common.ITestElement
The current test.

.NET Framework Security

See Also

Reference

TestCaseEventArgs Class

Microsoft.VisualStudio.TestTools.Execution Namespace

ITestElement