FlavoredProjectBase::IVsAggregatableProjectCorrected::SetInnerProject Method (IntPtr)

 

This is where all QI for interface on the inner object should happen Then set the inner project wait for InitializeForOuter to be called to do the real initialization

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

private:
virtual int SetInnerProject(
	IntPtr innerIUnknown
) sealed = IVsAggregatableProjectCorrected::SetInnerProject

Parameters

innerIUnknown
Type: System::IntPtr

Return Value

Type: System::Int32

The HRESULT.

Return to top
Show: