Compartilhar via


Propriedade TestResult.Test

Obtém ou define o teste associado.

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

Sintaxe

'Declaração
Public Property Test As ITestElement
    Get
    Friend Set
public ITestElement Test { get; internal set; }
public:
property ITestElement^ Test {
    ITestElement^ get ();
    internal: void set (ITestElement^ value);
}
member Test : ITestElement with get, internal set
function get Test () : ITestElement
internal function set Test (value : ITestElement)

Valor de propriedade

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

Segurança do .NET Framework

Consulte também

Referência

TestResult Classe

Namespace Microsoft.VisualStudio.TestTools.Common

ITestElement