你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

DeployedServiceTypeList 类

定义

表示 的列表 DeployedServiceType

public sealed class DeployedServiceTypeList : System.Collections.Generic.ICollection<System.Fabric.Query.DeployedServiceType>, System.Collections.Generic.IEnumerable<System.Fabric.Query.DeployedServiceType>, System.Collections.Generic.IList<System.Fabric.Query.DeployedServiceType>
type DeployedServiceTypeList = class
    interface IList<DeployedServiceType>
    interface ICollection<DeployedServiceType>
    interface seq<DeployedServiceType>
    interface IEnumerable
Public NotInheritable Class DeployedServiceTypeList
Implements ICollection(Of DeployedServiceType), IEnumerable(Of DeployedServiceType), IList(Of DeployedServiceType)
继承
DeployedServiceTypeList
实现

属性

Count

获取或设置此列表中的项数。

IsReadOnly

获取或设置一个标志,该标志指示是否可以修改列表。

Item[Int32]

获取指定索引处的项。

方法

Add(DeployedServiceType)

将指定的项添加到列表中。

Clear()

从列表中移除所有项。

Contains(DeployedServiceType)

指示一个标志,该标志指定列表是否包含特定项。

CopyTo(DeployedServiceType[], Int32)

将列表中的项复制到指定起始索引处的指定数组。

GetEnumerator()

获取此列表中项的枚举器。

IndexOf(DeployedServiceType)

获取此列表中指定项的索引。

Insert(Int32, DeployedServiceType)

在指定的索引处插入项。

Remove(DeployedServiceType)

从此列表中删除指定的项。

RemoveAt(Int32)

删除指定索引处的项。

显式接口实现

IEnumerable.GetEnumerator()

获取此列表中项的枚举器。

扩展方法

ToCommaSeparatedString<T>(IEnumerable<T>)

将集合的元素转换为字符串,并将它们连接成逗号分隔的列表,或返回 null 或空集合的 null。

适用于