UCOMIConnectionPoint 介面
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
警告
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) |
已淘汰.
擷取在概念上擁有這個連接點之可連接物件的 |
Unadvise(Int32) |
已淘汰.
結束先前透過 Advise(Object, Int32) 建立的諮詢連接。 |