Compartilhar via


Interface ITestExternalLinkCollection

 

Representa uma coleção de links para objetos externos.

Namespace:   Microsoft.TeamFoundation.TestManagement.Client
Assembly:  Microsoft.TeamFoundation.TestManagement.Client (em Microsoft.TeamFoundation.TestManagement.Client.dll)

Sintaxe

public interface ITestExternalLinkCollection : ITestObjectCollection<ITestExternalLink>, 
    IList<ITestExternalLink>, ICollection<ITestExternalLink>, IEnumerable<ITestExternalLink>, 
    IEnumerable, INotifyCollectionChanged, INotifyPropertyChanged
public interface class ITestExternalLinkCollection : ITestObjectCollection<ITestExternalLink^>, 
    IList<ITestExternalLink^>, ICollection<ITestExternalLink^>, 
    IEnumerable<ITestExternalLink^>, IEnumerable, INotifyCollectionChanged, 
    INotifyPropertyChanged
type ITestExternalLinkCollection = 
    interface
        interface ITestObjectCollection<ITestExternalLink>
        interface IList<ITestExternalLink>
        interface ICollection<ITestExternalLink>
        interface IEnumerable<ITestExternalLink>
        interface IEnumerable
        interface INotifyCollectionChanged
        interface INotifyPropertyChanged
    end
Public Interface ITestExternalLinkCollection
    Inherits ITestObjectCollection(Of ITestExternalLink), IList(Of ITestExternalLink),
    ICollection(Of ITestExternalLink), IEnumerable(Of ITestExternalLink),
    IEnumerable, INotifyCollectionChanged, INotifyPropertyChanged

Propriedades

Nome Descrição
System_CAPS_pubproperty Count

(herdado de ICollection<T>.)

System_CAPS_pubproperty IsReadOnly

(herdado de ICollection<T>.)

System_CAPS_pubproperty Item[Int32]

(herdado de IList<T>.)

System_CAPS_pubproperty SyncRoot

Esta API suporta a infraestrutura produto e não é destinada a ser usada diretamente no seu código. Obtém um objeto que pode ser usado para sincronizar o acesso à coleção.(herdado de ITestObjectCollection<TObjectInterface>.)

Métodos

Nome Descrição
System_CAPS_pubmethod Add(T)

(herdado de ICollection<T>.)

System_CAPS_pubmethod Clear()

(herdado de ICollection<T>.)

System_CAPS_pubmethod Contains(T)

(herdado de ICollection<T>.)

System_CAPS_pubmethod CopyTo(T[], Int32)

(herdado de ICollection<T>.)

System_CAPS_pubmethod GetEnumerator()

(herdado de IEnumerable<T>.)

System_CAPS_pubmethod IndexOf(T)

(herdado de IList<T>.)

System_CAPS_pubmethod Insert(Int32, T)

(herdado de IList<T>.)

System_CAPS_pubmethod Move(Int32, Int32)

Esta API suporta a infraestrutura produto e não é destinada a ser usada diretamente no seu código. Move o item da coleção de uma posição para outra.(herdado de ITestObjectCollection<TObjectInterface>.)

System_CAPS_pubmethod Remove(T)

(herdado de ICollection<T>.)

System_CAPS_pubmethod RemoveAt(Int32)

(herdado de IList<T>.)

Eventos

Nome Descrição
System_CAPS_pubevent CollectionChanged

(herdado de INotifyCollectionChanged.)

System_CAPS_pubevent PropertyChanged

(herdado de INotifyPropertyChanged.)

Consulte também

ITestObjectCollection<TObjectInterface>
ITestExternalLink
INotifyCollectionChanged
INotifyPropertyChanged
Namespace Microsoft.TeamFoundation.TestManagement.Client

Retornar ao topo