Udostępnij za pośrednictwem


Właściwość TestCaseEventArgs.TestElement —

Pobiera bieżący test.

Przestrzeń nazw:  Microsoft.VisualStudio.TestTools.Execution
Zestaw:  Microsoft.VisualStudio.QualityTools.ExecutionCommon (w Microsoft.VisualStudio.QualityTools.ExecutionCommon.dll)

Składnia

'Deklaracja
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)

Wartość właściwości

Typ: Microsoft.VisualStudio.TestTools.Common.ITestElement
Bieżące badanie.

Zabezpieczenia programu .NET Framework

Zobacz też

Informacje

TestCaseEventArgs Klasa

Przestrzeń nazw Microsoft.VisualStudio.TestTools.Execution

ITestElement