ICustomAdapter 介面

定義

警告

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()
已淘汰.

提供對基礎物件的存取,由自訂封送處理器包裝。

適用於