ITestParameter.Tags 属性

 

获取一个可以由调用方定义元数据的字典。

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

语法

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

属性值

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

带用户定义的元数据的字典。

请参阅

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

返回页首