FlavoredProject::IVsAggregatableProject::SetInnerProject Method (Object^)

 

Sets up the inner project as well as the necessary interface pointers.

Namespace:   Microsoft.VisualStudio.Shell.Flavor
Assembly:  Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)

private:
virtual int SetInnerProject(
	Object^ inner
) sealed = IVsAggregatableProject::SetInnerProject

Parameters

inner
Type: System::Object^

The IUnknown of the inner project subtype.

Return Value

Type: System::Int32

If the method succeeds, it returns S_OK. If it fails, it returns an error code.

Return to top
Show: