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