ITestIterationResultCollection 인터페이스

테스트 결과에 표시되는 테스트 반복 결과의 컬렉션을 나타냅니다.

네임스페이스:  Microsoft.TeamFoundation.TestManagement.Client
어셈블리:  Microsoft.TeamFoundation.TestManagement.Client(Microsoft.TeamFoundation.TestManagement.Client.dll)

구문

‘선언
Public Interface ITestIterationResultCollection _
    Inherits ICollection(Of ITestIterationResult), IEnumerable(Of ITestIterationResult),  _
    IEnumerable, INotifyCollectionChanged
public interface ITestIterationResultCollection : ICollection<ITestIterationResult>, 
    IEnumerable<ITestIterationResult>, IEnumerable, INotifyCollectionChanged
public interface class ITestIterationResultCollection : ICollection<ITestIterationResult^>, 
    IEnumerable<ITestIterationResult^>, IEnumerable, INotifyCollectionChanged
type ITestIterationResultCollection =  
    interface
        interface ICollection<ITestIterationResult>
        interface IEnumerable<ITestIterationResult>
        interface IEnumerable
        interface INotifyCollectionChanged
    end
public interface ITestIterationResultCollection extends ICollection<ITestIterationResult>, IEnumerable<ITestIterationResult>, IEnumerable, INotifyCollectionChanged

ITestIterationResultCollection 형식에서는 다음과 같은 멤버를 노출합니다.

속성

  이름 설명
Public 속성 Count ICollection<T> 에 포함된 요소 수를 가져옵니다. (ICollection<ITestIterationResult>에서 상속됨)
Public 속성 IsReadOnly ICollection<T> 이 읽기 전용인지 여부를 나타내는 값을 가져옵니다. (ICollection<ITestIterationResult>에서 상속됨)
Public 속성 Item 제공된 반복 ID가 지정하는 테스트 반복 결과를 가져옵니다.

위쪽

메서드

  이름 설명
Public 메서드 Add ICollection<T> 에 항목을 추가합니다. (ICollection<ITestIterationResult>에서 상속됨)
Public 메서드 Clear ICollection<T> 에서 항목을 모두 제거합니다. (ICollection<ITestIterationResult>에서 상속됨)
Public 메서드 Contains(Int32) 지정한 반복 결과가 컬렉션에 있는지 여부를 나타내는 값을 반환합니다.
Public 메서드 Contains(T) ICollection<T> 에 특정 값이 들어 있는지 여부를 확인합니다. (ICollection<ITestIterationResult>에서 상속됨)
Public 메서드 CopyTo 특정 Array 인덱스에서 시작하여 ICollection<T>의 요소를 Array에 복사합니다. (ICollection<ITestIterationResult>에서 상속됨)
Public 메서드 GetEnumerator 컬렉션을 반복하는 열거자를 반환합니다. (IEnumerable<ITestIterationResult>에서 상속됨)
Public 메서드 Remove(Int32) 지정한 테스트 반복 결과를 컬렉션에서 제거합니다.
Public 메서드 Remove(T) ICollection<T> 에서 맨 처음 발견되는 특정 개체를 제거합니다. (ICollection<ITestIterationResult>에서 상속됨)

위쪽

이벤트

  이름 설명
Public 이벤트 CollectionChanged 컬렉션이 변경되면 이 이벤트가 발생합니다. (INotifyCollectionChanged에서 상속됨)

위쪽

참고 항목

참조

Microsoft.TeamFoundation.TestManagement.Client 네임스페이스

ITestIterationResult

INotifyCollectionChanged