获取对向服务器注册的用户定义字段集合进行跟踪的工作项。
命名空间: Microsoft.TeamFoundation.TestManagement.Client
程序集: Microsoft.TeamFoundation.TestManagement.Client(Microsoft.TeamFoundation.TestManagement.Client.dll 中)
语法
FieldCollection CustomFields { get; }
property FieldCollection^ CustomFields {
FieldCollection^ get();
}
abstract CustomFields : FieldCollection with get
ReadOnly Property CustomFields As FieldCollection
属性值
Type: Microsoft.TeamFoundation.WorkItemTracking.Client.FieldCollection
用户定义字段的集合。
请参阅
FieldCollection
ITestBase 接口
Microsoft.TeamFoundation.TestManagement.Client 命名空间
返回页首