CumulativeFlowChartSeries.StateTimeSeries 属性

命名空间:  Microsoft.TeamFoundation.Framework.Server.Alm
程序集:  Microsoft.TeamFoundation.Framework.Server(在 Microsoft.TeamFoundation.Framework.Server.dll 中)

语法

声明
<DataMemberAttribute(Name := "stateCounts", EmitDefaultValue := True)> _
Public Property StateTimeSeries As Dictionary(Of String, List(Of Integer))
[DataMemberAttribute(Name = "stateCounts", EmitDefaultValue = true)]
public Dictionary<string, List<int>> StateTimeSeries { get; set; }

属性值

类型:System.Collections.Generic.Dictionary<String, List<Int32>>

.NET Framework 安全性

请参见

参考

CumulativeFlowChartSeries 类

Microsoft.TeamFoundation.Framework.Server.Alm 命名空间