ITestPointCollection 인터페이스
ITestPlan 인터페이스의 테스트 지점 쿼리 메서드에 대한 테스트 지점의 컬렉션을 나타냅니다.
네임스페이스: Microsoft.TeamFoundation.TestManagement.Client
어셈블리: Microsoft.TeamFoundation.TestManagement.Client(Microsoft.TeamFoundation.TestManagement.Client.dll)
구문
‘선언
Public Interface ITestPointCollection _
Inherits ITestObjectCollection(Of ITestPoint), IList(Of ITestPoint), _
ICollection(Of ITestPoint), IEnumerable(Of ITestPoint), IEnumerable, _
INotifyCollectionChanged, INotifyPropertyChanged
public interface ITestPointCollection : ITestObjectCollection<ITestPoint>,
IList<ITestPoint>, ICollection<ITestPoint>, IEnumerable<ITestPoint>,
IEnumerable, INotifyCollectionChanged, INotifyPropertyChanged
public interface class ITestPointCollection : ITestObjectCollection<ITestPoint^>,
IList<ITestPoint^>, ICollection<ITestPoint^>, IEnumerable<ITestPoint^>,
IEnumerable, INotifyCollectionChanged, INotifyPropertyChanged
type ITestPointCollection =
interface
interface ITestObjectCollection<ITestPoint>
interface IList<ITestPoint>
interface ICollection<ITestPoint>
interface IEnumerable<ITestPoint>
interface IEnumerable
interface INotifyCollectionChanged
interface INotifyPropertyChanged
end
public interface ITestPointCollection extends ITestObjectCollection<ITestPoint>, IList<ITestPoint>, ICollection<ITestPoint>, IEnumerable<ITestPoint>, IEnumerable, INotifyCollectionChanged, INotifyPropertyChanged
ITestPointCollection 형식에서는 다음과 같은 멤버를 노출합니다.
속성
이름 | 설명 | |
---|---|---|
Count | ICollection<T> 에 포함된 요소 수를 가져옵니다. (ICollection<ITestPoint>에서 상속됨) | |
IsReadOnly | ICollection<T> 이 읽기 전용인지 여부를 나타내는 값을 가져옵니다. (ICollection<ITestPoint>에서 상속됨) | |
Item | 지정한 인덱스에 있는 요소를 가져오거나 설정합니다. (IList<ITestPoint>에서 상속됨) | |
SyncRoot | 컬렉션에 대한 액세스를 동기화하는 데 사용할 수 있는 개체를 가져옵니다. (ITestObjectCollection<TObjectInterface>에서 상속됨) |
위쪽
메서드
이름 | 설명 | |
---|---|---|
Add | ICollection<T> 에 항목을 추가합니다. (ICollection<ITestPoint>에서 상속됨) | |
Clear | ICollection<T> 에서 항목을 모두 제거합니다. (ICollection<ITestPoint>에서 상속됨) | |
Contains | ICollection<T> 에 특정 값이 들어 있는지 여부를 확인합니다. (ICollection<ITestPoint>에서 상속됨) | |
CopyTo | 특정 Array 인덱스부터 시작하여 ICollection<T>의 요소를 Array에 복사합니다. (ICollection<ITestPoint>에서 상속됨) | |
GetEnumerator() | 컬렉션을 반복하는 열거자를 반환합니다. (IEnumerable<ITestPoint>에서 상속됨) | |
GetEnumerator() | 컬렉션을 반복하는 열거자를 반환합니다. (IEnumerable에서 상속됨) | |
IndexOf | IList<T> 에서 특정 항목의 인덱스를 확인합니다. (IList<ITestPoint>에서 상속됨) | |
Insert | 항목을 IList<T>의 지정한 인덱스에 삽입합니다. (IList<ITestPoint>에서 상속됨) | |
Move | 컬렉션의 항목을 특정 위치에서 다른 위치로 이동합니다. (ITestObjectCollection<TObjectInterface>에서 상속됨) | |
Refresh | ||
Remove | ICollection<T> 에서 맨 처음 나타나는 특정 개체를 제거합니다. (ICollection<ITestPoint>에서 상속됨) | |
RemoveAt | 지정한 인덱스에서 IList<T> 항목을 제거합니다. (IList<ITestPoint>에서 상속됨) |
위쪽
이벤트
이름 | 설명 | |
---|---|---|
CollectionChanged | 컬렉션이 변경되면 이 이벤트가 발생합니다. (INotifyCollectionChanged에서 상속됨) | |
PropertyChanged | 속성 값이 변경되면 발생합니다. (INotifyPropertyChanged에서 상속됨) |
위쪽