你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
TestCommandStatusList 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
IList<T> TestCommandStatus 对象的 。
public sealed class TestCommandStatusList : System.Collections.Generic.ICollection<System.Fabric.Query.TestCommandStatus>, System.Collections.Generic.IEnumerable<System.Fabric.Query.TestCommandStatus>, System.Collections.Generic.IList<System.Fabric.Query.TestCommandStatus>
type TestCommandStatusList = class
interface IList<TestCommandStatus>
interface ICollection<TestCommandStatus>
interface seq<TestCommandStatus>
interface IEnumerable
Public NotInheritable Class TestCommandStatusList
Implements ICollection(Of TestCommandStatus), IEnumerable(Of TestCommandStatus), IList(Of TestCommandStatus)
- 继承
-
TestCommandStatusList
- 实现
属性
Count |
获取或设置此列表中的项数。 |
IsReadOnly |
获取或设置一个标志,该标志指示列表是否为只读。 |
Item[Int32] |
获取指定索引处的项。 |
方法
Add(TestCommandStatus) |
将指定的项添加到列表中。 |
Clear() |
从列表中移除所有项。 |
Contains(TestCommandStatus) |
指示列表是否包含指定的项。 |
CopyTo(TestCommandStatus[], Int32) |
将列表中的项复制到指定起始索引处的指定数组。 |
GetEnumerator() |
获取此列表中项的枚举器。 |
IndexOf(TestCommandStatus) |
获取此列表中指定项的索引。 |
Insert(Int32, TestCommandStatus) |
在指定的索引处插入项。 |
Remove(TestCommandStatus) |
从此列表中删除指定项 |
RemoveAt(Int32) |
删除指定索引处的项 |
显式接口实现
IEnumerable.GetEnumerator() |
获取此列表中的项的枚举器 |
扩展方法
ToCommaSeparatedString<T>(IEnumerable<T>) |
将集合的元素转换为字符串,并将它们连接成逗号分隔列表,或者为 null 或空集合返回 null。 |