IInteropObjectContract2.GetIUnknownInProcess Method
This API supports the Visual Studio Tools for Applications infrastructure and is not intended to be used directly from your code.
Gets a pointer to the IUnknown interface of the COM object that this IInteropObjectContract2 represents.
Namespace: Microsoft.VisualStudio.Tools.Applications.Contract
Assembly: Microsoft.VisualStudio.Tools.Applications.Contract.v9.0 (in Microsoft.VisualStudio.Tools.Applications.Contract.v9.0.dll)
Syntax
'Declaration
Function GetIUnknownInProcess As IntPtr
'Usage
Dim instance As IInteropObjectContract2
Dim returnValue As IntPtr
returnValue = instance.GetIUnknownInProcess()
IntPtr GetIUnknownInProcess()
IntPtr GetIUnknownInProcess()
function GetIUnknownInProcess() : IntPtr
Return Value
Type: System.IntPtr
An IntPtr that represents a pointer to the IUnknown interface of the COM object that this IInteropObjectContract2 represents.
See Also
Reference
IInteropObjectContract2 Interface
IInteropObjectContract2 Members
Microsoft.VisualStudio.Tools.Applications.Contract Namespace