BindingCollection 클래스
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
Binding 개체의 컬렉션을 나타냅니다.
[System.Runtime.InteropServices.Guid("5585CD17-B90F-4ebd-ADB5-2FCBAD33B4B8")]
public sealed class BindingCollection : System.Collections.IList
[<System.Runtime.InteropServices.Guid("5585CD17-B90F-4ebd-ADB5-2FCBAD33B4B8")>]
type BindingCollection = class
interface IList
interface ICollection
interface IEnumerable
Public NotInheritable Class BindingCollection
Implements IList
- 상속
-
BindingCollection
- 특성
- 구현
생성자
BindingCollection() |
BindingCollection 클래스의 새 인스턴스를 초기화합니다. |
속성
Count |
컬렉션에 포함된 요소 수를 가져옵니다. |
Item[Int32] |
지정한 인덱스에 있는 요소를 가져오거나 설정합니다. |
메서드
Add(Binding) |
지정한 Binding을 이 컬렉션에 추가합니다. |
Clear() |
컬렉션에서 모든 항목을 제거합니다. |
Contains(Binding) |
지정한 Binding이 컬렉션에 있는지 여부를 확인합니다. |
CopyTo(Array, Int32) |
컬렉션의 요소를 배열의 특정 배열 인덱스에서 시작하는 위치에 복사합니다. |
IndexOf(Binding) |
지정한 Binding을 검색하고 컬렉션 내에서 해당 항목의 인덱스(0부터 시작)를 반환합니다. |
Insert(Int32, Binding) |
Binding을 컬렉션에서 지정한 인덱스에 삽입합니다. |
Remove(Binding) |
컬렉션에서 지정한 Binding을 제거합니다. |
RemoveAt(Int32) |
지정한 인덱스에서 Binding을 제거합니다. |
명시적 인터페이스 구현
ICollection.IsSynchronized |
Binding 개체의 컬렉션을 나타냅니다. |
ICollection.SyncRoot |
Binding 개체의 컬렉션을 나타냅니다. |
IEnumerable.GetEnumerator() |
Binding 개체의 컬렉션을 나타냅니다. |
IList.Add(Object) |
Binding 개체의 컬렉션을 나타냅니다. |
IList.Contains(Object) |
Binding 개체의 컬렉션을 나타냅니다. |
IList.IndexOf(Object) |
Binding 개체의 컬렉션을 나타냅니다. |
IList.Insert(Int32, Object) |
Binding 개체의 컬렉션을 나타냅니다. |
IList.IsFixedSize |
Binding 개체의 컬렉션을 나타냅니다. |
IList.IsReadOnly |
Binding 개체의 컬렉션을 나타냅니다. |
IList.Item[Int32] |
Binding 개체의 컬렉션을 나타냅니다. |
IList.Remove(Object) |
Binding 개체의 컬렉션을 나타냅니다. |