UCOMIConnectionPointContainer 인터페이스

정의

주의

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에 대한 연결점이 있는지 묻고, 있는 경우 해당 연결점에 대한 인터페이스 포인터를 반환합니다 IConnectionPoint .

적용 대상