Compartilhar via


Propriedade TestCaseEventArgs.TestElement

Obtém o teste atual.

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

Sintaxe

'Declaração
Public Property TestElement As ITestElement
    Get
    Friend Set
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)

Valor de propriedade

Tipo: Microsoft.VisualStudio.TestTools.Common.ITestElement
O teste atual.

Segurança do .NET Framework

Consulte também

Referência

TestCaseEventArgs Classe

Namespace Microsoft.VisualStudio.TestTools.Execution

ITestElement