Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 GetIUnknownInProcess.
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 GetIUnknownInProcess As IntPtr
Implements IInteropObjectContract2.GetIUnknownInProcess
'Usage
Dim instance As RemoteObjectAdapter
Dim returnValue As IntPtr
returnValue = CType(instance, IInteropObjectContract2).GetIUnknownInProcess()
IntPtr IInteropObjectContract2.GetIUnknownInProcess()
private:
virtual IntPtr GetIUnknownInProcess() sealed = IInteropObjectContract2::GetIUnknownInProcess
JScript does not support explicit interface implementations.
Return Value
Type: System.IntPtr
A pointer.
Implements
IInteropObjectContract2.GetIUnknownInProcess()
Remarks
This member is an explicit interface implementation. It can be used only when the RemoteObjectAdapter instance is cast to an IInteropObjectContract2 interface.