IConnectionPointContainer 인터페이스
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
인터페이스의 IConnectionPointContainer 관리되는 정의를 제공합니다.
public interface class IConnectionPointContainer
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IConnectionPointContainer
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
[System.Runtime.InteropServices.Guid("B196B284-BAB4-101A-B69C-00AA00341D07")]
public interface IConnectionPointContainer
public interface IConnectionPointContainer
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IConnectionPointContainer = interface
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
[<System.Runtime.InteropServices.Guid("B196B284-BAB4-101A-B69C-00AA00341D07")>]
type IConnectionPointContainer = interface
type IConnectionPointContainer = interface
Public Interface IConnectionPointContainer
- 특성
설명
자세한 내용은 MSDN 라이브러리의 기존 설명서를 IConnectionPointContainer 참조하세요.
공용 언어 런타임은 네이티브 코드의 COM 메서드가 HRESULT를 반환할 때 예외를 throw합니다. 자세한 내용은 방법: HRESULT 및 예외 매핑을 참조하세요.
메서드
| Name | Description |
|---|---|
| EnumConnectionPoints(IEnumConnectionPoints) |
IID당 하나의 연결점인 연결 가능한 개체에서 지원되는 모든 연결 지점의 열거자를 만듭니다. |
| FindConnectionPoint(Guid, IConnectionPoint) |
연결 가능한 개체에 특정 IID에 대한 연결점이 있는지 묻고, 있는 경우 해당 연결점에 대한 인터페이스 포인터를 반환합니다 |