ICustomAdapter Interface
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Attention
ICustomAdapter may be unavailable in future releases.
Fournit un moyen pour les clients d’accéder à l’objet réel, plutôt que l’objet adaptateur distribué 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 permettent aux clients d’implémenter cette interface.
Méthodes
| Nom | Description |
|---|---|
| GetUnderlyingObject() |
Obsolète.
Fournit l’accès à l’objet sous-jacent encapsulé par un marshaleur personnalisé. |