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.
Namespace:  Microsoft.VisualStudio.ProjectAggregator
Assembly:  Microsoft.VisualStudio.ProjectAggregator (in Microsoft.VisualStudio.ProjectAggregator.dll)
Syntax
'Declaration
Sub SetInner ( _
    punkInner As Object _
)
void SetInner(
    Object punkInner
)
void SetInner(
    [InAttribute] Object^ punkInner
)
abstract SetInner : 
        punkInner:Object -> unit
function SetInner(
    punkInner : Object
)
Parameters
- punkInner
 Type: Object
.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.