IEnumSTATDATA 인터페이스

정의

IEnumSTATDATA 인터페이스의 관리되는 정의를 제공합니다.

public interface class IEnumSTATDATA
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IEnumSTATDATA
public interface IEnumSTATDATA
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
[System.Runtime.InteropServices.Guid("00000103-0000-0000-C000-000000000046")]
public interface IEnumSTATDATA
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IEnumSTATDATA = interface
type IEnumSTATDATA = interface
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
[<System.Runtime.InteropServices.Guid("00000103-0000-0000-C000-000000000046")>]
type IEnumSTATDATA = interface
Public Interface IEnumSTATDATA
특성

설명

이 인터페이스는 구조체 배열 STATDATA 을 열거합니다.

자세한 내용은 IEnumSTATDATA 인터페이스를 참조하세요.

네이티브 코드에서 COM 메서드는 HRESULT를 반환 하는 경우에 공용 언어 런타임 예외가 발생 합니다. 자세한 내용은 How to: Map HRESULTs and Exceptions을 참조하세요.

메서드

Clone(IEnumSTATDATA)

현재 열거자와 열거 상태가 같은 새 열거자를 만듭니다.

Next(Int32, STATDATA[], Int32[])

열거형 시퀀스에서 지정된 수의 항목을 검색합니다.

Reset()

열거형 시퀀스를 시작 부분으로 다시 설정합니다.

Skip(Int32)

열거형 시퀀스에서 지정된 수의 항목을 건너뜁니다.

적용 대상