Share via


WebServiceStatList 클래스

목록 웹 서비스 통계입니다.

상속 계층 구조

System.Object
  System.Collections.ObjectModel.Collection<WebServiceStats>
    System.ComponentModel.BindingList<WebServiceStats>
      Microsoft.TeamFoundation.Client.WebServiceStatList

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

구문

‘선언
Public Class WebServiceStatList _
    Inherits BindingList(Of WebServiceStats)
public class WebServiceStatList : BindingList<WebServiceStats>

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

생성자

  이름 설명
Public 메서드 WebServiceStatList 새 WebServiceStatList 인스턴스를 초기화합니다.

위쪽

속성

  이름 설명
Public 속성 AllowEdit 목록의 항목을 편집할 수 있는지 여부를 나타내는 값을 가져오거나 설정합니다. (BindingList<WebServiceStats>에서 상속됨)
Public 속성 AllowNew AddNew 메서드를 사용하여 목록에 항목을 추가할 수 있는지 여부를 나타내는 값을 가져오거나 설정합니다. (BindingList<WebServiceStats>에서 상속됨)
Public 속성 AllowRemove 컬렉션에서 항목을 제거할 수 있는지 여부를 나타내는 값을 가져오거나 설정합니다. (BindingList<WebServiceStats>에서 상속됨)
Public 속성 Count Collection<T> 에 실제로 포함된 요소의 수를 가져옵니다. (Collection<WebServiceStats>에서 상속됨)
Protected 속성 IsSortedCore 목록이 정렬되어 있는지 여부를 나타내는 값을 가져옵니다. (BindingList<WebServiceStats>에서 상속됨)
Public 속성 Item 지정된 인덱스에 있는 요소를 가져오거나 설정합니다. (Collection<WebServiceStats>에서 상속됨)
Protected 속성 Items Collection<T> 을 둘러싸는 IList<T> 래퍼를 가져옵니다. (Collection<WebServiceStats>에서 상속됨)
Public 속성 RaiseListChangedEvents 목록에서 항목을 추가하거나 제거하면 ListChanged 이벤트가 발생하는지 여부를 나타내는 값을 가져오거나 설정합니다. (BindingList<WebServiceStats>에서 상속됨)
Protected 속성 SortDirectionCore 목록이 정렬되는 방향을 가져옵니다. (BindingList<WebServiceStats>에서 상속됨)
Protected 속성 SortPropertyCore 정렬 기능이 파생 클래스에서 구현되었으면 목록의 정렬에 사용되는 속성 설명자를 가져오고, 그렇지 않으면 nullNull 참조(Visual Basic의 경우 Nothing)을 반환합니다. (BindingList<WebServiceStats>에서 상속됨)
Protected 속성 SupportsChangeNotificationCore ListChanged 이벤트가 사용되는지 여부를 나타내는 값을 가져옵니다. (BindingList<WebServiceStats>에서 상속됨)
Protected 속성 SupportsSearchingCore 목록에서 검색 기능을 지원하는지 여부를 나타내는 값을 가져옵니다. (BindingList<WebServiceStats>에서 상속됨)
Protected 속성 SupportsSortingCore 목록에서 정렬 기능을 지원하는지 여부를 나타내는 값을 가져옵니다. (BindingList<WebServiceStats>에서 상속됨)

위쪽

메서드

  이름 설명
Public 메서드 Add 개체를 Collection<T>의 끝 부분에 추가합니다. (Collection<WebServiceStats>에서 상속됨)
Public 메서드 AddNew 컬렉션에 새 항목을 추가합니다. (BindingList<WebServiceStats>에서 상속됨)
Protected 메서드 AddNewCore 컬렉션의 끝에 새 항목을 추가합니다. (BindingList<WebServiceStats>에서 상속됨)
Public 메서드 AddTime 이름으로 지정 된 웹 서비스의 WebServiceStats에 시간을 추가 합니다.
Protected 메서드 ApplySortCore 파생 클래스에서 재정의되면 항목을 정렬하고, 그렇지 않으면 NotSupportedException을 throw합니다. (BindingList<WebServiceStats>에서 상속됨)
Public 메서드 CancelNew 보류 중인 새 항목을 삭제합니다. (BindingList<WebServiceStats>에서 상속됨)
Public 메서드 Clear Collection<T> 에서 요소를 모두 제거합니다. (Collection<WebServiceStats>에서 상속됨)
Protected 메서드 ClearItems 컬렉션에서 모든 요소를 제거합니다. (BindingList<WebServiceStats>에서 상속됨)
Public 메서드 Contains 요소가 Collection<T>에 있는지 여부를 확인합니다. (Collection<WebServiceStats>에서 상속됨)
Public 메서드 CopyTo 대상 배열의 지정된 인덱스에서 시작하여 전체 Collection<T>를 호환되는 1차원 Array에 복사합니다. (Collection<WebServiceStats>에서 상속됨)
Public 메서드 EndNew 보류 중인 새 항목을 컬렉션에 커밋합니다. (BindingList<WebServiceStats>에서 상속됨)
Public 메서드 Equals 지정한 개체와 현재 개체가 같은지 여부를 확인합니다. (Object에서 상속됨)
Protected 메서드 Finalize 가비지 수집에서 회수하기 전에 개체에서 리소스를 해제하고 다른 정리 작업을 수행할 수 있게 합니다. (Object에서 상속됨)
Protected 메서드 FindCore 파생 클래스에서 검색 기능이 구현되었으면 지정된 값을 가진 지정된 속성 설명자가 있는 항목의 인덱스를 검색하고, 그렇지 않으면 NotSupportedException을 발생시킵니다. (BindingList<WebServiceStats>에서 상속됨)
Public 메서드 GetEnumerator Collection<T> 을 반복하는 열거자를 반환합니다. (Collection<WebServiceStats>에서 상속됨)
Public 메서드 GetHashCode 기본 해시 함수로 작동합니다. (Object에서 상속됨)
Public 메서드 GetType 현재 인스턴스의 Type을 가져옵니다. (Object에서 상속됨)
Public 메서드 IndexOf 지정한 개체를 검색하고, 전체 Collection<T>에서 이 개체가 처음 나타나는 인덱스(0부터 시작)를 반환합니다. (Collection<WebServiceStats>에서 상속됨)
Public 메서드 Insert Collection<T> 의 지정된 인덱스에 요소를 삽입합니다. (Collection<WebServiceStats>에서 상속됨)
Protected 메서드 InsertItem 지정된 항목을 목록의 지정된 인덱스에 삽입합니다. (BindingList<WebServiceStats>에서 상속됨)
Protected 메서드 MemberwiseClone 현재 Object의 단순 복사본을 만듭니다. (Object에서 상속됨)
Protected 메서드 OnAddingNew AddingNew 이벤트를 발생시킵니다. (BindingList<WebServiceStats>에서 상속됨)
Protected 메서드 OnListChanged ListChanged 이벤트를 발생시킵니다. (BindingList<WebServiceStats>에서 상속됨)
Public 메서드 Remove Collection<T> 에서 맨 처음 발견되는 특정 개체를 제거합니다. (Collection<WebServiceStats>에서 상속됨)
Public 메서드 RemoveAt Collection<T> 의 지정한 인덱스에서 요소를 제거합니다. (Collection<WebServiceStats>에서 상속됨)
Protected 메서드 RemoveItem 지정한 인덱스에서 해당 항목을 제거합니다. (BindingList<WebServiceStats>에서 상속됨)
Protected 메서드 RemoveSortCore 정렬 기능이 파생 클래스에서 구현되었으면 ApplySortCore를 사용하여 적용된 정렬을 제거하고, 그렇지 않으면 NotSupportedException을 발생시킵니다. (BindingList<WebServiceStats>에서 상속됨)
Public 메서드 ResetBindings Reset 형식의 ListChanged 이벤트를 발생시킵니다. (BindingList<WebServiceStats>에서 상속됨)
Public 메서드 ResetItem 지정된 위치에 있는 항목에 대해 ItemChanged 형식의 ListChanged 이벤트를 발생시킵니다. (BindingList<WebServiceStats>에서 상속됨)
Protected 메서드 SetItem 지정된 인덱스에 있는 항목을 지정된 항목으로 바꿉니다. (BindingList<WebServiceStats>에서 상속됨)
Public 메서드 ToString 현재 개체를 나타내는 문자열을 반환합니다. (Object에서 상속됨)

위쪽

이벤트

  이름 설명
Public 이벤트 AddingNew 항목이 목록에 추가되기 전에 발생합니다. (BindingList<WebServiceStats>에서 상속됨)
Public 이벤트 ListChanged 목록이나 목록의 항목이 변경될 때 발생합니다. (BindingList<WebServiceStats>에서 상속됨)

위쪽

명시적 인터페이스 구현

  이름 설명
명시적 인터페이스 구현Private 메서드 IList.Add IList 에 항목을 추가합니다. (Collection<WebServiceStats>에서 상속됨)
명시적 인터페이스 구현Private 메서드 IBindingList.AddIndex 이 멤버에 대한 설명은 AddIndex를 참조하십시오. (BindingList<WebServiceStats>에서 상속됨)
명시적 인터페이스 구현Private 메서드 IBindingList.AddNew 목록에 새 항목을 추가합니다.자세한 내용은 AddNew을 참조하십시오. (BindingList<WebServiceStats>에서 상속됨)
명시적 인터페이스 구현Private 속성 IBindingList.AllowEdit 목록의 항목을 편집할 수 있는지 여부를 나타내는 값을 가져옵니다. (BindingList<WebServiceStats>에서 상속됨)
명시적 인터페이스 구현Private 속성 IBindingList.AllowNew AddNew 메서드를 사용하여 목록에 새 항목을 추가할 수 있는지 여부를 나타내는 값을 가져옵니다. (BindingList<WebServiceStats>에서 상속됨)
명시적 인터페이스 구현Private 속성 IBindingList.AllowRemove 목록에서 항목을 제거할 수 있는지 여부를 나타내는 값을 가져옵니다. (BindingList<WebServiceStats>에서 상속됨)
명시적 인터페이스 구현Private 메서드 IBindingList.ApplySort PropertyDescriptorListSortDirection에 따라 목록을 정렬합니다.이 멤버에 대한 전체 설명은 ApplySort를 참조하십시오. (BindingList<WebServiceStats>에서 상속됨)
명시적 인터페이스 구현Private 메서드 IList.Contains IList 에 특정 값이 들어 있는지 여부를 확인합니다. (Collection<WebServiceStats>에서 상속됨)
명시적 인터페이스 구현Private 메서드 ICollection.CopyTo 특정 Array 인덱스에서 시작하여 ICollection의 요소를 Array에 복사합니다. (Collection<WebServiceStats>에서 상속됨)
명시적 인터페이스 구현Private 메서드 IBindingList.Find 이 멤버에 대한 설명은 Find를 참조하십시오. (BindingList<WebServiceStats>에서 상속됨)
명시적 인터페이스 구현Private 메서드 IEnumerable.GetEnumerator 컬렉션을 반복하는 열거자를 반환합니다. (Collection<WebServiceStats>에서 상속됨)
명시적 인터페이스 구현Private 메서드 IList.IndexOf IList 에서 특정 항목의 인덱스를 확인합니다. (Collection<WebServiceStats>에서 상속됨)
명시적 인터페이스 구현Private 메서드 IList.Insert 항목을 IList의 지정한 인덱스에 삽입합니다. (Collection<WebServiceStats>에서 상속됨)
명시적 인터페이스 구현Private 속성 IList.IsFixedSize IList 의 크기가 고정되어 있는지 여부를 나타내는 값을 가져옵니다. (Collection<WebServiceStats>에서 상속됨)
명시적 인터페이스 구현Private 속성 ICollection<T>.IsReadOnly ICollection<T> 이 읽기 전용인지 여부를 나타내는 값을 가져옵니다. (Collection<WebServiceStats>에서 상속됨)
명시적 인터페이스 구현Private 속성 IList.IsReadOnly IList 가 읽기 전용인지 여부를 나타내는 값을 가져옵니다. (Collection<WebServiceStats>에서 상속됨)
명시적 인터페이스 구현Private 속성 IBindingList.IsSorted 이 멤버에 대한 설명은 IsSorted를 참조하십시오. (BindingList<WebServiceStats>에서 상속됨)
명시적 인터페이스 구현Private 속성 ICollection.IsSynchronized ICollection 에 대한 액세스가 동기화되어 스레드로부터 안전하게 보호되는지 여부를 나타내는 값을 가져옵니다. (Collection<WebServiceStats>에서 상속됨)
명시적 인터페이스 구현Private 속성 IList.Item 지정된 인덱스에 있는 요소를 가져오거나 설정합니다. (Collection<WebServiceStats>에서 상속됨)
명시적 인터페이스 구현Private 속성 IRaiseItemChangedEvents.RaisesItemChangedEvents 항목 속성 값이 변경되면 ItemChanged 형식의 ListChanged 이벤트가 발생하는지 여부를 나타내는 값을 가져옵니다.이 멤버는 파생 클래스에서 재정의될 수 없습니다. (BindingList<WebServiceStats>에서 상속됨)
명시적 인터페이스 구현Private 메서드 IList.Remove IList 에서 맨 처음 발견되는 특정 개체를 제거합니다. (Collection<WebServiceStats>에서 상속됨)
명시적 인터페이스 구현Private 메서드 IBindingList.RemoveIndex 이 멤버에 대한 설명은 RemoveIndex를 참조하십시오. (BindingList<WebServiceStats>에서 상속됨)
명시적 인터페이스 구현Private 메서드 IBindingList.RemoveSort 이 멤버에 대한 설명은 RemoveSort를 참조하십시오. (BindingList<WebServiceStats>에서 상속됨)
명시적 인터페이스 구현Private 속성 IBindingList.SortDirection 이 멤버에 대한 설명은 SortDirection를 참조하십시오. (BindingList<WebServiceStats>에서 상속됨)
명시적 인터페이스 구현Private 속성 IBindingList.SortProperty 이 멤버에 대한 설명은 SortProperty를 참조하십시오. (BindingList<WebServiceStats>에서 상속됨)
명시적 인터페이스 구현Private 속성 IBindingList.SupportsChangeNotification 이 멤버에 대한 설명은 SupportsChangeNotification를 참조하십시오. (BindingList<WebServiceStats>에서 상속됨)
명시적 인터페이스 구현Private 속성 IBindingList.SupportsSearching 이 멤버에 대한 설명은 SupportsSearching를 참조하십시오. (BindingList<WebServiceStats>에서 상속됨)
명시적 인터페이스 구현Private 속성 IBindingList.SupportsSorting 이 멤버에 대한 설명은 SupportsSorting를 참조하십시오. (BindingList<WebServiceStats>에서 상속됨)
명시적 인터페이스 구현Private 속성 ICollection.SyncRoot ICollection 에 대한 액세스를 동기화하는 데 사용할 수 있는 개체를 가져옵니다. (Collection<WebServiceStats>에서 상속됨)

위쪽

스레드로부터의 안전성

이 형식의 모든 공용 static(Visual Basic의 경우 Shared) 멤버는 스레드로부터 안전합니다. 인터페이스 멤버는 스레드로부터 안전하지 않습니다.

참고 항목

참조

Microsoft.TeamFoundation.Client 네임스페이스