Compartir a través de


DeployedServicePackageList Clase

Definición

Representa una lista de 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)
Herencia
DeployedServicePackageList
Implementaciones

Propiedades

Count

Obtiene el número de elementos de esta lista.

IsReadOnly

Obtiene un valor que indica si la lista es de solo lectura.

Item[Int32]

Obtiene el elemento en el índice especificado.

Métodos

Add(DeployedServicePackage)

Agrega el elemento especificado a la lista.

Clear()

Quita todos los elementos de la lista.

Contains(DeployedServicePackage)

Indica si el elemento especificado está en la lista.

CopyTo(DeployedServicePackage[], Int32)

Copia elementos de la lista en la matriz especificada en el índice inicial especificado.

GetEnumerator()

Obtiene un enumerador para los elementos de esta lista.

IndexOf(DeployedServicePackage)

Obtiene el índice del elemento especificado en esta lista.

Insert(Int32, DeployedServicePackage)

Inserta el elemento en el índice especificado.

Remove(DeployedServicePackage)

Quita el elemento especificado de esta lista.

RemoveAt(Int32)

Quita el elemento del índice especificado.

Implementaciones de interfaz explícitas

IEnumerable.GetEnumerator()

Obtiene un enumerador para los elementos de esta lista.

Métodos de extensión

ToCommaSeparatedString<T>(IEnumerable<T>)

Convierte los elementos de una colección en cadenas y los concatena en una lista separada por comas, o devuelve null para colecciones nulas o vacías.

Se aplica a