TestResult.Test 属性

获取或设置关联的测试。

命名空间:  Microsoft.VisualStudio.TestTools.Common
程序集:  Microsoft.VisualStudio.QualityTools.Common(在 Microsoft.VisualStudio.QualityTools.Common.dll 中)

语法

声明
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)

属性值

类型:Microsoft.VisualStudio.TestTools.Common.ITestElement
关联的测试。

.NET Framework 安全性

请参见

参考

TestResult 类

Microsoft.VisualStudio.TestTools.Common 命名空间

ITestElement