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() |
已过时.
提供对自定义封送处理程序包装的基础对象的访问权限。 |