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

.NET Framework Security

See Also

Reference

IMutableComWrapper Interface

Microsoft.VisualStudio.Shell.Interop Namespace