IMutableComWrapper.SetInnerObject Method
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop.14.0.DesignTime (in Microsoft.VisualStudio.Shell.Interop.14.0.DesignTime.dll)
Syntax
'Declaration
Sub SetInnerObject ( _
pInnerObject As Object, _
pGCHandleManager As IGCHandleManager, _
gcHandle As Integer _
)
void SetInnerObject(
Object pInnerObject,
IGCHandleManager pGCHandleManager,
int gcHandle
)
void SetInnerObject(
Object^ pInnerObject,
IGCHandleManager^ pGCHandleManager,
int gcHandle
)
abstract SetInnerObject :
pInnerObject:Object *
pGCHandleManager:IGCHandleManager *
gcHandle:int -> unit
function SetInnerObject(
pInnerObject : Object,
pGCHandleManager : IGCHandleManager,
gcHandle : int
)
Parameters
- pInnerObject
Type: System.Object
- pGCHandleManager
Type: Microsoft.VisualStudio.Shell.Interop.IGCHandleManager
- gcHandle
Type: System.Int32
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.