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

DeployedApplicationList 类

定义

表示对象列表 DeployedApplication

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

属性

Count

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

IsReadOnly

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

Item[Int32]

获取指定索引处的项。

方法

Add(DeployedApplication)

将指定的项添加到列表中

Clear()

从列表中删除所有项

Contains(DeployedApplication)

指示指定列表是否包含特定项的标志。

CopyTo(DeployedApplication[], Int32)

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

GetEnumerator()

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

IndexOf(DeployedApplication)

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

Insert(Int32, DeployedApplication)

在指定的索引处插入项。

Remove(DeployedApplication)

从此列表中删除指定项

RemoveAt(Int32)

删除指定索引处的项

显式接口实现

IEnumerable.GetEnumerator()

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

扩展方法

ToCommaSeparatedString<T>(IEnumerable<T>)

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

适用于