Share via


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

public ITestElement Test { get; internal set; }
public:
property ITestElement^ Test {
    ITestElement^ get();
    internal: void set(ITestElement^ value);
}
member Test : ITestElement with get, internal set
Public Property Test As ITestElement
    Get
    Friend Set
End Property

Property Value

Type: Microsoft.VisualStudio.TestTools.Common.ITestElement

The associated test.

See Also

ITestElement
TestResult Class
Microsoft.VisualStudio.TestTools.Common Namespace

Return to top