다음을 통해 공유


DisplayFieldCollection 클래스

DisplayFields를 보유 하는 컬렉션 클래스입니다.

상속 계층 구조

System.Object
  Microsoft.TeamFoundation.WorkItemTracking.Controls.DisplayFieldCollection

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

구문

‘선언
Public NotInheritable Class DisplayFieldCollection _
    Implements IList, ICollection, IEnumerable
public sealed class DisplayFieldCollection : IList, 
    ICollection, IEnumerable

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

생성자

  이름 설명
Public 메서드 DisplayFieldCollection()
Public 메서드 DisplayFieldCollection(DisplayFieldCollection)

위쪽

속성

  이름 설명
Public 속성 Count
Public 속성 IsReadOnly
Public 속성 Item[Int32]
Public 속성 Item[String]

위쪽

메서드

  이름 설명
Public 메서드 Add
Public 메서드 AddRange
Public 메서드 Clear
Public 메서드 Contains(String)
Public 메서드 Contains(DisplayField)
Public 메서드 CopyTo
Public 메서드 Equals (Object.Equals(Object)을(를) 재정의함)
Public 메서드 GetEnumerator
Public 메서드 GetHashCode (Object.GetHashCode()을(를) 재정의함)
Public 메서드 GetType 현재 인스턴스의 Type을 가져옵니다. (Object에서 상속됨)
Public 메서드 IndexOf(String)
Public 메서드 IndexOf(DisplayField)
Public 메서드 Insert
Public 메서드 Remove
Public 메서드 RemoveAt
Public 메서드 ToString 현재 개체를 나타내는 문자열을 반환합니다. (Object에서 상속됨)

위쪽

이벤트

  이름 설명
Public 이벤트 Changed

위쪽

명시적 인터페이스 구현

  이름 설명
명시적 인터페이스 구현Private 메서드 IList.Add
명시적 인터페이스 구현Private 메서드 IList.Contains
명시적 인터페이스 구현Private 메서드 ICollection.CopyTo
명시적 인터페이스 구현Private 메서드 IList.IndexOf
명시적 인터페이스 구현Private 메서드 IList.Insert
명시적 인터페이스 구현Private 속성 IList.IsFixedSize
명시적 인터페이스 구현Private 속성 ICollection.IsSynchronized
명시적 인터페이스 구현Private 속성 IList.Item
명시적 인터페이스 구현Private 메서드 IList.Remove
명시적 인터페이스 구현Private 속성 ICollection.SyncRoot

위쪽

스레드로부터의 안전성

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

참고 항목

참조

Microsoft.TeamFoundation.WorkItemTracking.Controls 네임스페이스