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