名前空間 : Microsoft.Data.Schema.UnitTesting
アセンブリ : Microsoft.Data.Schema.UnitTesting (Microsoft.Data.Schema.UnitTesting.dll 内)
構文
'宣言
<BrowsableAttribute(False)> _
Public Property TestContext As TestContext
'使用
Dim instance As DatabaseTestClass
Dim value As TestContext
value = instance.TestContext
instance.TestContext = value
[BrowsableAttribute(false)]
public TestContext TestContext { get; set; }
[BrowsableAttribute(false)]
public:
property TestContext^ TestContext {
TestContext^ get ();
void set (TestContext^ value);
}
public function get TestContext () : TestContext
public function set TestContext (value : TestContext)
プロパティ値
型 : Microsoft.VisualStudio.TestTools.UnitTesting.TestContext