UCOMIConnectionPointContainer 인터페이스
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
주의
Use System.Runtime.InteropServices.ComTypes.IConnectionPointContainer instead. http://go.microsoft.com/fwlink/?linkid=14202
IConnectionPointContainer를 대신 사용하세요.
public interface class UCOMIConnectionPointContainer
[System.Runtime.InteropServices.Guid("B196B284-BAB4-101A-B69C-00AA00341D07")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface UCOMIConnectionPointContainer
[System.Runtime.InteropServices.Guid("B196B284-BAB4-101A-B69C-00AA00341D07")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
[System.Obsolete("Use System.Runtime.InteropServices.ComTypes.IConnectionPointContainer instead. http://go.microsoft.com/fwlink/?linkid=14202", false)]
public interface UCOMIConnectionPointContainer
[<System.Runtime.InteropServices.Guid("B196B284-BAB4-101A-B69C-00AA00341D07")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type UCOMIConnectionPointContainer = interface
[<System.Runtime.InteropServices.Guid("B196B284-BAB4-101A-B69C-00AA00341D07")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
[<System.Obsolete("Use System.Runtime.InteropServices.ComTypes.IConnectionPointContainer instead. http://go.microsoft.com/fwlink/?linkid=14202", false)>]
type UCOMIConnectionPointContainer = interface
Public Interface UCOMIConnectionPointContainer
- 특성
설명
자세한 내용은 MSDN 라이브러리의 com 하위 폴더에 있는 IConnectionPointContainer 기존 설명서를 참조하세요.
메서드
| Name | Description |
|---|---|
| EnumConnectionPoints(UCOMIEnumConnectionPoints) |
사용되지 않음.
IID당 하나의 연결점인 연결 가능한 개체에서 지원되는 모든 연결 지점의 열거자를 만듭니다. |
| FindConnectionPoint(Guid, UCOMIConnectionPoint) |
사용되지 않음.
연결 가능한 개체에 특정 IID에 대한 연결점이 있는지 묻고, 있는 경우 해당 연결점에 대한 인터페이스 포인터를 반환합니다 |