DBindingCollection 인터페이스

정의

주의

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

Important

이 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
파생
특성
구현

설명

메모

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

속성

Name Description
Count
사용되지 않음.

의 총 바인딩 DBindingCollection수를 가져옵니다.

DataMember
사용되지 않음.

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

DataSource
사용되지 않음.

에 대한 데이터 원본을 DBindingCollection가져오거나 설정합니다.

Item[Object]
사용되지 않음.

지정된 인덱스에서 DBinding 가져옵니다.

UpdateMode
사용되지 않음.

에 대한 DBindingCollection값을 UpdateMode 가져오거나 설정합니다.

메서드

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

에 a DBindingDBindingCollection추가합니다.

Clear()
사용되지 않음.

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

GetEnumerator()
사용되지 않음.

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

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

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

UpdateControls()
사용되지 않음.

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

확장명 메서드

Name Description
AsParallel(IEnumerable)
사용되지 않음.

쿼리의 병렬 처리를 사용하도록 설정합니다.

AsQueryable(IEnumerable)
사용되지 않음.

IEnumerable IQueryable변환합니다.

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

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

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

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

적용 대상