DBindingCollection 인터페이스

정의

주의

Microsoft.VisualBasic.Compatibility.* classes are obsolete and supported within 32 bit processes only. http://go.microsoft.com/fwlink/?linkid=160862

중요

이 API는 CLS 규격이 아닙니다.

CLS 대체 규격
System.Windows.Forms.BindingsCollection

Visual Basic 6.0에서 업그레이드한 애플리케이션에서 COM 기반 데이터 바인딩을 대체하기 위한 인터페이스를 제공합니다.

public interface class DBindingCollection : System::Collections::IEnumerable
[System.CLSCompliant(false)]
public interface DBindingCollection : System.Collections.IEnumerable
[System.CLSCompliant(false)]
[System.Obsolete("Microsoft.VisualBasic.Compatibility.* classes are obsolete and supported within 32 bit processes only. http://go.microsoft.com/fwlink/?linkid=160862")]
public interface DBindingCollection : System.Collections.IEnumerable
[<System.CLSCompliant(false)>]
type DBindingCollection = interface
    interface IEnumerable
[<System.CLSCompliant(false)>]
[<System.Obsolete("Microsoft.VisualBasic.Compatibility.* classes are obsolete and supported within 32 bit processes only. http://go.microsoft.com/fwlink/?linkid=160862")>]
type DBindingCollection = interface
    interface IEnumerable
Public Interface DBindingCollection
Implements IEnumerable
파생
특성
구현

설명

참고

Visual Basic 6.0에서 Visual Basic 2008으로의 업그레이드 도구에서 사용할 수 있도록 Microsoft.VisualBasic.Compatibility.VB6 네임스페이스의 함수 및 개체가 제공됩니다. 이러한 함수와 개체에서 제공하는 대부분의 기능은 .NET Framework의 다른 네임스페이스에서 얻을 수 있는 기능과 동일하므로 이러한 함수와 개체는 Visual Basic 6.0 코드 모델이 .NET Framework 구현과 크게 다른 경우에만 필요합니다.

속성

Count
사용되지 않음.

DBindingCollection에 있는 바인딩의 총 개수를 가져옵니다.

DataMember
사용되지 않음.

DBindingCollection에 대한 데이터 멤버를 가져오거나 설정합니다.

DataSource
사용되지 않음.

DBindingCollection의 데이터 소스를 가져오거나 설정합니다.

Item[Object]
사용되지 않음.

지정된 인덱스의 DBinding를 가져옵니다.

UpdateMode
사용되지 않음.

UpdateModeDBindingCollection를 가져오거나 설정합니다.

메서드

Add(Object, String, String, IDataFormatDisp, String)
사용되지 않음.

DBindingDBindingCollection에 추가합니다.

Clear()
사용되지 않음.

바인딩 개체의 컬렉션을 지웁니다.

GetEnumerator()
사용되지 않음.

컬렉션을 반복하는 열거자를 반환합니다.

(다음에서 상속됨 IEnumerable)
Remove(Object)
사용되지 않음.

DBinding에서 DBindingCollection 인터페이스를 제거합니다.

UpdateControls()
사용되지 않음.

DBindingCollection 개체의 데이터 소스에서 현재 행을 가져오고 이 개체를 통해 바인딩된 컨트롤의 내용을 다시 설정합니다.

확장 메서드

Cast<TResult>(IEnumerable)
사용되지 않음.

IEnumerable의 요소를 지정된 형식으로 캐스팅합니다.

OfType<TResult>(IEnumerable)
사용되지 않음.

지정된 형식에 따라 IEnumerable의 요소를 필터링합니다.

AsParallel(IEnumerable)
사용되지 않음.

쿼리를 병렬화할 수 있도록 합니다.

AsQueryable(IEnumerable)
사용되지 않음.

IEnumerableIQueryable로 변환합니다.

적용 대상