Partilhar via


DeployedServicePackageList Classe

Definição

Representa uma 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)
Herança
DeployedServicePackageList
Implementações

Propriedades

Count

Obtém o número de itens nesta lista

IsReadOnly

Obtém um valor que indica se a lista é somente leitura.

Item[Int32]

Obtém o item no índice especificado

Métodos

Add(DeployedServicePackage)

Adiciona o item especificado à lista.

Clear()

Remove todos os itens da lista.

Contains(DeployedServicePackage)

Indica se o item especificado está na lista.

CopyTo(DeployedServicePackage[], Int32)

Copia itens da lista para a matriz especificada no índice inicial especificado.

GetEnumerator()

Obtém um enumerador para itens nesta lista.

IndexOf(DeployedServicePackage)

Obtém o índice do item especificado nesta lista

Insert(Int32, DeployedServicePackage)

Insere o item no índice especificado.

Remove(DeployedServicePackage)

Remove o item especificado desta lista.

RemoveAt(Int32)

Remove o item no índice especificado.

Implantações explícitas de interface

IEnumerable.GetEnumerator()

Obtém um enumerador para itens nesta lista.

Métodos de Extensão

ToCommaSeparatedString<T>(IEnumerable<T>)

Converte os elementos de uma coleção em cadeias de caracteres e os concatena em uma lista separada por vírgulas ou retorna nulo para coleções nulas ou vazias.

Aplica-se a