共用方式為


DatabaseTestClass.TestContext 屬性

取得或設定測試基礎結構使用的測試內容。

命名空間:  Microsoft.Data.Schema.UnitTesting
組件:  Microsoft.Data.Schema.UnitTesting (在 Microsoft.Data.Schema.UnitTesting.dll 中)

語法

'宣告
<BrowsableAttribute(False)> _
Public Property TestContext As TestContext
    Get
    Set
[BrowsableAttribute(false)]
public TestContext TestContext { get; set; }
[BrowsableAttribute(false)]
public:
property TestContext^ TestContext {
    TestContext^ get ();
    void set (TestContext^ value);
}
[<BrowsableAttribute(false)>]
member TestContext : TestContext with get, set
function get TestContext () : TestContext
function set TestContext (value : TestContext)

屬性值

型別:Microsoft.VisualStudio.TestTools.UnitTesting.TestContext
TestContext 物件。

備註

測試基礎結構會設定測試內容,將有執行中測試的內容其存取權提供給每個執行的測試。 在測試初始化和清除期間也可以使用此內容。

.NET Framework 安全性

請參閱

參考

DatabaseTestClass 類別

Microsoft.Data.Schema.UnitTesting 命名空間