UCOMIConnectionPoint 介面

定義

警告

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

請改用 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.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
Public Interface UCOMIConnectionPoint
屬性

備註

如需詳細資訊,請參閱 MSDN 程式庫 com 子資料夾中的現有檔 IConnectionPoint

方法

Advise(Object, Int32)
已淘汰.

在連接點和呼叫端的接收物件之間建立諮詢連接 (Advisory Connection)。

EnumConnections(UCOMIEnumConnections)
已淘汰.

建立列舉值物件,以逐一查看存在於這個連接點的連接。

GetConnectionInterface(Guid)
已淘汰.

傳回這個連接點所管理之輸出介面的 IID。

GetConnectionPointContainer(UCOMIConnectionPointContainer)
已淘汰.

擷取在概念上擁有這個連接點之可連接物件的 IConnectionPointContainer 介面指標。

Unadvise(Int32)
已淘汰.

結束先前透過 Advise(Object, Int32) 建立的諮詢連接。

適用於