ITestCaseResult.Implementation 属性
获取此结果的自动测试。
命名空间: Microsoft.TeamFoundation.TestManagement.Client
程序集: Microsoft.TeamFoundation.TestManagement.Client(在 Microsoft.TeamFoundation.TestManagement.Client.dll 中)
语法
声明
ReadOnly Property Implementation As ITestImplementation
ITestImplementation Implementation { get; }
property ITestImplementation^ Implementation {
ITestImplementation^ get ();
}
abstract Implementation : ITestImplementation with get
function get Implementation () : ITestImplementation
属性值
类型:Microsoft.TeamFoundation.TestManagement.Client.ITestImplementation
此结果的自动测试,或者,如果此结果是由手动测试实现的,则为 nullnull 引用(在 Visual Basic 中为 Nothing)。
.NET Framework 安全性
- 对直接调用方的完全信任。此成员不能由部分信任的代码使用。有关更多信息,请参见通过部分受信任的代码使用库。