ICustomAdapter Interface

Définition

Attention

ICustomAdapter may be unavailable in future releases.

Permet aux clients d’accéder à l’objet réel, plutôt qu’à l’objet adaptateur fourni par un marshaleur personnalisé.

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
Attributs

Remarques

Les objets que les marshaleurs personnalisés intégrés versent aux clients implémentent cette interface.

Méthodes

GetUnderlyingObject()
Obsolète.

Permet d’accéder à l’objet sous-jacent encapsulé par un marshaleur personnalisé.

S’applique à