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()
已过时.

提供对自定义封送处理程序包装的基础对象的访问权限。

适用于