ICustomAdapter Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Caution
ICustomAdapter may be unavailable in future releases.
Provides a way for clients to access the actual object, rather than the adapter object handed out by a custom marshaler.
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
- Attributes
Remarks
The objects that the built-in custom marshalers hand out to clients implement this interface.
Methods
GetUnderlyingObject() |
Provides access to the underlying object wrapped by a custom marshaler. |
Applies to
التعاون معنا على GitHub
يمكن العثور على مصدر هذا المحتوى على GitHub حيث يمكنك أيضاً إضافة مشاكل وطلبات سحب ومراجعتها. للحصول على معلومات إضافية، اطلع على دليل المساهم لدينا.