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()
古い.

カスタム マーシャラーによってラップされた基になるオブジェクトへのアクセスを提供します。

適用対象