Namespace: Microsoft.VisualStudio.TestTools.Common
Assembly: Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)
Syntax
'宣言
Public Property Test As ITestElement
'使用
Dim instance As TestResult
Dim value As ITestElement
value = instance.Test
instance.Test = value
public ITestElement Test { get; internal set; }
public:
property ITestElement^ Test {
ITestElement^ get ();
void set (ITestElement^ value);
}
public function get Test () : ITestElement
public function set Test (value : ITestElement)
Property Value
Type: Microsoft.VisualStudio.TestTools.Common.ITestElement
Permissions
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.