ICustomAdapter 介面
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
警告
ICustomAdapter may be unavailable in future releases.
提供方法,讓用戶端存取實際物件,而不是自訂封送處理器所分配的配接器物件。
public interface class ICustomAdapter
[System.Obsolete("ICustomAdapter may be unavailable in future releases.")]
public interface ICustomAdapter
public interface ICustomAdapter
[System.Runtime.InteropServices.ComVisible(true)]
public interface ICustomAdapter
[<System.Obsolete("ICustomAdapter may be unavailable in future releases.")>]
type ICustomAdapter = interface
type ICustomAdapter = interface
[<System.Runtime.InteropServices.ComVisible(true)>]
type ICustomAdapter = interface
Public Interface ICustomAdapter
- 屬性
備註
內建自定義封送處理器傳遞給客戶端實作此介面的物件。
方法
GetUnderlyingObject() |
已淘汰.
提供對基礎物件的存取,由自訂封送處理器包裝。 |