MBindingCollection 클래스

정의

주의

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

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

public ref class MBindingCollection : IDisposable, Microsoft::VisualBasic::Compatibility::VB6::DBindingCollection
public class MBindingCollection : IDisposable, Microsoft.VisualBasic.Compatibility.VB6.DBindingCollection
[System.Obsolete("Microsoft.VisualBasic.Compatibility.* classes are obsolete and supported within 32 bit processes only. http://go.microsoft.com/fwlink/?linkid=160862")]
public class MBindingCollection : IDisposable, Microsoft.VisualBasic.Compatibility.VB6.DBindingCollection
type MBindingCollection = class
    interface DBindingCollection
    interface IDisposable
[<System.Obsolete("Microsoft.VisualBasic.Compatibility.* classes are obsolete and supported within 32 bit processes only. http://go.microsoft.com/fwlink/?linkid=160862")>]
type MBindingCollection = class
    interface DBindingCollection
    interface IDisposable
Public Class MBindingCollection
Implements DBindingCollection, IDisposable
상속
MBindingCollection
특성
구현

설명

메모

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

생성자

Name Description
MBindingCollection()
사용되지 않음.

의 인스턴스 MBindingCollection를 초기화합니다.

속성

Name Description
Count
사용되지 않음.

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

DataMember
사용되지 않음.

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

DataSource
사용되지 않음.

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

Item[Object]
사용되지 않음.

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

UpdateMode
사용되지 않음.

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

메서드

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

에 a MBindingMBindingCollection추가합니다.

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

에 a MBindingMBindingCollection추가합니다.

Clear()
사용되지 않음.

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

Dispose()
사용되지 않음.

에서 사용하는 관리되지 않는 리소스를 MBindingCollection해제합니다.

Dispose(Boolean)
사용되지 않음.

A에서 사용하는 관리되지 않는 리소스를 MBindingCollection 해제하고 관리되는 리소스를 선택적으로 해제합니다.

Equals(Object)
사용되지 않음.

지정한 개체와 현재 개체가 같은지 여부를 확인합니다.

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

에 대한 MBindingCollection열거자를 가져옵니다.

GetHashCode()
사용되지 않음.

기본 해시 함수로 작동합니다.

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

현재 인스턴스의 Type 가져옵니다.

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

현재 Object단순 복사본을 만듭니다.

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

에서 MBinding 인터페이스를 제거합니다 MBindingCollection.

SavePendingChanges()
사용되지 않음.

에 변경 내용을 저장할지 여부를 결정합니다 MBindingCollection.

ToString()
사용되지 않음.

현재 개체를 나타내는 문자열을 반환합니다.

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

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

확장명 메서드

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

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

AsQueryable(IEnumerable)
사용되지 않음.

IEnumerable IQueryable변환합니다.

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

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

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

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

적용 대상