TestResult.Test 屬性

取得或設定相關聯的測試。

命名空間:  Microsoft.VisualStudio.TestTools.Common
組件:  Microsoft.VisualStudio.QualityTools.Common (在 Microsoft.VisualStudio.QualityTools.Common.dll 中)

語法

'宣告
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)

屬性值

型別:Microsoft.VisualStudio.TestTools.Common.ITestElement
相關聯的測試。

.NET Framework 安全性

請參閱

參考

TestResult 類別

Microsoft.VisualStudio.TestTools.Common 命名空間

ITestElement