ICustomAdapter Interfejs

Definicja

Przestroga

ICustomAdapter may be unavailable in future releases.

Zapewnia klientom możliwość uzyskiwania dostępu do rzeczywistego obiektu, a nie obiektu adaptera przekazanego przez marshalera niestandardowego.

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
Atrybuty

Uwagi

Obiekty, które wbudowane marshalery niestandardowe rozdają klientom, implementują ten interfejs.

Metody

GetUnderlyingObject()

Zapewnia dostęp do bazowego obiektu opakowanego przez marshalera niestandardowego.

Dotyczy