Aracılığıyla paylaş


ExpectedExceptionBaseAttribute.TestContext Özellik

Bu API, .NET Framework altyapısını destekler ve doğrudan kodunuzdan kullanılmaya yönelik değildir.

Ad alanı:  Microsoft.VisualStudio.TestTools.UnitTesting
Derleme:  Microsoft.VisualStudio.QualityTools.UnitTestFramework (Microsoft.VisualStudio.QualityTools.UnitTestFramework.dll içinde)

Sözdizimi

'Bildirim
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)

Özellik Değeri

Tür: Microsoft.VisualStudio.TestTools.UnitTesting.TestContext

Notlar

İçin geçerli bir sınama ve işlevselliği hakkında bilgi sağlar.

.NET Framework Güvenliği

Ayrıca bkz.

Başvuru

ExpectedExceptionBaseAttribute Sınıf

Microsoft.VisualStudio.TestTools.UnitTesting Ad Alanı