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.
Sets the inner project.
Namespace: Microsoft.VisualStudio.ProjectAggregator
Assembly: Microsoft.VisualStudio.ProjectAggregator (in Microsoft.VisualStudio.ProjectAggregator.dll)
Syntax
'Declaration
Public Overridable Sub SetInner ( _
punkInner As Object _
)
public virtual void SetInner(
Object punkInner
)
public:
virtual void SetInner(
[InAttribute] Object^ punkInner
)
abstract SetInner :
punkInner:Object -> unit
override SetInner :
punkInner:Object -> unit
public function SetInner(
punkInner : Object
)
Parameters
punkInner
Type: ObjectThe inner project.
Implements
IVSProjectAggregator.SetInner(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.