DataBindingCollection 클래스
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
ASP.NET 서버 컨트롤에 대한 DataBinding 개체의 컬렉션을 제공합니다. 이 클래스는 상속될 수 없습니다.
public ref class DataBindingCollection sealed : System::Collections::ICollection
public sealed class DataBindingCollection : System.Collections.ICollection
type DataBindingCollection = class
interface ICollection
interface IEnumerable
Public NotInheritable Class DataBindingCollection
Implements ICollection
- 상속
-
DataBindingCollection
- 구현
설명
이 컬렉션은 ASP.NET 서버 컨트롤의 DataBinding 모든 개체를 포함하는 사전입니다. 인터페이스의 클래스 구현 IDataBindingsAccessor 을 통해 이 컬렉션에 포함된 개체에 Control 액세스할 수 있습니다. 모든 DataBinding 또는 DataBindingCollection 서버 컨트롤과 연결 된 개체는 디자인 타임에만 존재 합니다. 런타임 시 존재 하지 않는 하며, 따라서 액세스할 수 없는 런타임 중입니다.
생성자
DataBindingCollection() |
DataBindingCollection 클래스의 새 인스턴스를 초기화합니다. |
속성
Count |
DataBinding 개체의 DataBindingCollection 개체 수를 가져옵니다. |
IsReadOnly |
DataBindingCollection 컬렉션이 읽기 전용인지 여부를 나타내는 값을 가져옵니다. |
IsSynchronized |
DataBindingCollection 컬렉션이 동기화되어 스레드로부터 안전하게 보호되는지 여부를 나타내는 값을 가져옵니다. |
Item[String] |
지정된 속성 이름의 DataBinding 개체를 가져옵니다. |
RemovedBindings |
컬렉션에서 제거된 DataBinding 개체의 이름으로 이루어진 배열을 가져옵니다. |
SyncRoot |
DataBindingCollection 컬렉션에 대한 액세스를 동기화하는 데 사용할 수 있는 개체를 가져옵니다. |
메서드
Add(DataBinding) |
지정된 DataBinding 개체를 DataBindingCollection 컬렉션에 추가합니다. |
Clear() |
DataBinding 컬렉션에서 DataBindingCollection 개체를 모두 제거합니다. |
Contains(String) |
데이터 바인딩된 컬렉션에 특정 DataBinding 개체가 포함되어 있는지 여부를 확인합니다. |
CopyTo(Array, Int32) |
DataBindingCollection 개체의 지정된 인스턴스에서 시작하여 일차원 Array에 Array 값을 복사합니다. |
Equals(Object) |
지정된 개체가 현재 개체와 같은지 확인합니다. (다음에서 상속됨 Object) |
GetEnumerator() |
DataBindingCollection 개체를 반복하는 열거자를 반환합니다. |
GetHashCode() |
기본 해시 함수로 작동합니다. (다음에서 상속됨 Object) |
GetType() |
현재 인스턴스의 Type을 가져옵니다. (다음에서 상속됨 Object) |
MemberwiseClone() |
현재 Object의 단순 복사본을 만듭니다. (다음에서 상속됨 Object) |
Remove(DataBinding) |
DataBinding 컬렉션에서 지정한 DataBindingCollection 개체를 제거하고 RemovedBindings 컬렉션에 추가합니다. |
Remove(String) |
DataBinding 컬렉션에서 지정한 속성 이름과 연결된 DataBindingCollection 개체를 제거하고 RemovedBindings 컬렉션에 추가합니다. |
Remove(String, Boolean) |
DataBinding 컬렉션에서 지정한 속성 이름과 연결된 DataBindingCollection 개체를 제거하고, RemovedBindings 목록에 바인딩을 추가할지 여부를 제어합니다. |
ToString() |
현재 개체를 나타내는 문자열을 반환합니다. (다음에서 상속됨 Object) |
이벤트
Changed |
DataBinding 개체의 컬렉션이 변경되면 이 이벤트가 발생합니다. |
확장 메서드
Cast<TResult>(IEnumerable) |
IEnumerable의 요소를 지정된 형식으로 캐스팅합니다. |
OfType<TResult>(IEnumerable) |
지정된 형식에 따라 IEnumerable의 요소를 필터링합니다. |
AsParallel(IEnumerable) |
쿼리를 병렬화할 수 있도록 합니다. |
AsQueryable(IEnumerable) |
IEnumerable을 IQueryable로 변환합니다. |