IEnumConnectionPoints 인터페이스

정의

IEnumConnectionPoints 인터페이스의 정의를 관리합니다.

public interface class IEnumConnectionPoints
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IEnumConnectionPoints
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
[System.Runtime.InteropServices.Guid("B196B285-BAB4-101A-B69C-00AA00341D07")]
public interface IEnumConnectionPoints
public interface IEnumConnectionPoints
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IEnumConnectionPoints = interface
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
[<System.Runtime.InteropServices.Guid("B196B285-BAB4-101A-B69C-00AA00341D07")>]
type IEnumConnectionPoints = interface
type IEnumConnectionPoints = interface
Public Interface IEnumConnectionPoints
특성

설명

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

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

메서드

Clone(IEnumConnectionPoints)

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

Next(Int32, IConnectionPoint[], IntPtr)

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

Reset()

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

Skip(Int32)

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

적용 대상