RemoteObjectAdapter.IInteropObjectContract2.MarshalIUnknown Method
This API supports the Visual Studio Tools for Applications infrastructure and is not intended to be used directly from your code.
For a description of this member, see MarshalIUnknown.
Namespace: Microsoft.VisualStudio.Tools.Applications
Assembly: Microsoft.VisualStudio.Tools.Applications.Adapter.v9.0 (in Microsoft.VisualStudio.Tools.Applications.Adapter.v9.0.dll)
Syntax
'Declaration
Private Function MarshalIUnknown As IInteropStreamContract
Implements IInteropObjectContract2.MarshalIUnknown
'Usage
Dim instance As RemoteObjectAdapter
Dim returnValue As IInteropStreamContract
returnValue = CType(instance, IInteropObjectContract2).MarshalIUnknown()
IInteropStreamContract IInteropObjectContract2.MarshalIUnknown()
private:
virtual IInteropStreamContract^ MarshalIUnknown() sealed = IInteropObjectContract2::MarshalIUnknown
JScript does not support explicit interface implementations.
Return Value
Type: Microsoft.VisualStudio.Tools.Applications.Contract.IInteropStreamContract
An IInteropStreamContract.
Implements
IInteropObjectContract2.MarshalIUnknown()
Remarks
This member is an explicit interface implementation. It can be used only when the RemoteObjectAdapter instance is cast to an IInteropObjectContract2 interface.