TestResult.Test Property

Gets or sets the associated test.

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

Syntax

'Declaration
Public Property Test As ITestElement
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)

Property Value

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

.NET Framework Security

See Also

Reference

TestResult Class

Microsoft.VisualStudio.TestTools.Common Namespace

ITestElement