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
- 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.