ExpectedExceptionBaseAttribute.TestContext 屬性
這個應用程式開發介面支援 .NET Framework 基礎結構,但您不可以直接在程式碼中使用它。
命名空間: Microsoft.VisualStudio.TestTools.UnitTesting
組件: Microsoft.VisualStudio.QualityTools.UnitTestFramework (在 Microsoft.VisualStudio.QualityTools.UnitTestFramework.dll 中)
語法
'宣告
Protected Friend Property TestContext As TestContext
protected internal TestContext TestContext { get; internal set; }
protected public:
property TestContext^ TestContext {
TestContext^ get ();
internal: void set (TestContext^ value);
}
member TestContext : TestContext with get, internal set
function get TestContext () : TestContext
internal function set TestContext (value : TestContext)
屬性值
類型:Microsoft.VisualStudio.TestTools.UnitTesting.TestContext
備註
針對目前的測試提供相關資訊和功能。
.NET Framework 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。