ITestController.Properties 属性

 

获取表示此测试控制器的属性的名称/值对的字典。

命名空间:   Microsoft.TeamFoundation.TestManagement.Client
程序集:  Microsoft.TeamFoundation.TestManagement.Client(Microsoft.TeamFoundation.TestManagement.Client.dll 中)

语法

IDictionary<string, string> Properties { get; }
property IDictionary<String^, String^>^ Properties {
    IDictionary<String^, String^>^ get();
}
abstract Properties : IDictionary<string, string> with get
ReadOnly Property Properties As IDictionary(Of String, String)

属性值

Type: System.Collections.Generic.IDictionary<StringString>

请参阅

ITestController 接口
Microsoft.TeamFoundation.TestManagement.Client 命名空间

返回页首