UCOMIConnectionPoint 인터페이스

정의

주의

Use System.Runtime.InteropServices.ComTypes.IConnectionPoint instead. http://go.microsoft.com/fwlink/?linkid=14202

주의

이 API는 이제 사용되지 않습니다.

대신 IConnectionPoint를 사용하세요.

public interface class UCOMIConnectionPoint
[System.Runtime.InteropServices.Guid("B196B286-BAB4-101A-B69C-00AA00341D07")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface UCOMIConnectionPoint
[System.Runtime.InteropServices.Guid("B196B286-BAB4-101A-B69C-00AA00341D07")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
[System.Obsolete("Use System.Runtime.InteropServices.ComTypes.IConnectionPoint instead. http://go.microsoft.com/fwlink/?linkid=14202", false)]
public interface UCOMIConnectionPoint
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
[System.Obsolete]
[System.Runtime.InteropServices.Guid("b196b286-bab4-101a-b69c-00aa00341d07")]
public interface UCOMIConnectionPoint
[<System.Runtime.InteropServices.Guid("B196B286-BAB4-101A-B69C-00AA00341D07")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type UCOMIConnectionPoint = interface
[<System.Runtime.InteropServices.Guid("B196B286-BAB4-101A-B69C-00AA00341D07")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
[<System.Obsolete("Use System.Runtime.InteropServices.ComTypes.IConnectionPoint instead. http://go.microsoft.com/fwlink/?linkid=14202", false)>]
type UCOMIConnectionPoint = interface
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
[<System.Obsolete>]
[<System.Runtime.InteropServices.Guid("b196b286-bab4-101a-b69c-00aa00341d07")>]
type UCOMIConnectionPoint = interface
Public Interface UCOMIConnectionPoint
특성

설명

자세한 내용은 기존 설명서를 참조 하십시오 IConnectionPoint MSDN 라이브러리의 com 하위 폴더에 있습니다.

메서드

Advise(Object, Int32)

연결점과 호출자의 싱크 개체 사이에 권장되는 연결을 설치합니다.

EnumConnections(UCOMIEnumConnections)

이 연결점에 있는 접속을 통해 반복적으로 열거자 개체를 만듭니다.

GetConnectionInterface(Guid)

이 연결점이 관리하는 송신 인터페이스의 IID를 반환합니다.

GetConnectionPointContainer(UCOMIConnectionPointContainer)

이 연결점을 개념적으로 소유하는 연결 가능한 개체에 대한 IConnectionPointContainer 인터페이스 포인터를 검색합니다.

Unadvise(Int32)

Advise(Object, Int32)를 통해 이전에 설치된 권장된 연결을 종료합니다.

적용 대상