BindingCollectionEnumerator 클래스
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
주의
Microsoft.VisualBasic.Compatibility.* classes are obsolete and supported within 32 bit processes only. http://go.microsoft.com/fwlink/?linkid=160862
Visual Basic 6.0에서 업그레이드한 애플리케이션에서 바인딩 컬렉션의 단순 반복을 지원합니다.
public ref class BindingCollectionEnumerator : System::Collections::IEnumerator
[System.Runtime.InteropServices.ComVisible(false)]
public class BindingCollectionEnumerator : System.Collections.IEnumerator
[System.Runtime.InteropServices.ComVisible(false)]
[System.Obsolete("Microsoft.VisualBasic.Compatibility.* classes are obsolete and supported within 32 bit processes only. http://go.microsoft.com/fwlink/?linkid=160862")]
public class BindingCollectionEnumerator : System.Collections.IEnumerator
[<System.Runtime.InteropServices.ComVisible(false)>]
type BindingCollectionEnumerator = class
interface IEnumerator
[<System.Runtime.InteropServices.ComVisible(false)>]
[<System.Obsolete("Microsoft.VisualBasic.Compatibility.* classes are obsolete and supported within 32 bit processes only. http://go.microsoft.com/fwlink/?linkid=160862")>]
type BindingCollectionEnumerator = class
interface IEnumerator
Public Class BindingCollectionEnumerator
Implements IEnumerator
- 상속
-
BindingCollectionEnumerator
- 특성
- 구현
설명
Visual basic 애플리케이션을 업그레이드할 때를 BindingCollectionEnumerator
사용할 수 있도록 만들어집니다는 ADO
-관련 코드입니다.
참고
Visual Basic 6.0에서 Visual Basic으로의 업그레이드 도구에서 사용할 수 있도록 Microsoft.VisualBasic.Compatibility.VB6 네임스페이스의 함수 및 개체가 제공됩니다. 이러한 함수와 개체에서 제공하는 대부분의 기능은 .NET Framework의 다른 네임스페이스에서 얻을 수 있는 기능과 동일하므로 이러한 함수와 개체는 Visual Basic 6.0 코드 모델이 .NET Framework 구현과 크게 다른 경우에만 필요합니다.
속성
Current |
사용되지 않음.
바인딩 컬렉션의 현재 요소를 가져옵니다. |
메서드
Equals(Object) |
사용되지 않음.
지정된 개체가 현재 개체와 같은지 확인합니다. (다음에서 상속됨 Object) |
GetHashCode() |
사용되지 않음.
기본 해시 함수로 작동합니다. (다음에서 상속됨 Object) |
GetType() |
사용되지 않음.
현재 인스턴스의 Type을 가져옵니다. (다음에서 상속됨 Object) |
MemberwiseClone() |
사용되지 않음.
현재 Object의 단순 복사본을 만듭니다. (다음에서 상속됨 Object) |
MoveNext() |
사용되지 않음.
열거자를 컬렉션의 다음 요소로 이동합니다. |
Reset() |
사용되지 않음.
컬렉션의 첫 번째 요소 앞의 초기 위치에 열거자를 설정합니다. |
ToString() |
사용되지 않음.
현재 개체를 나타내는 문자열을 반환합니다. (다음에서 상속됨 Object) |
적용 대상
추가 정보
.NET