FlavoredProject::IVsAggregatableProject::SetInnerProject Method (Object^)
Visual Studio 2015
Sets up the inner project as well as the necessary interface pointers.
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::Int32If the method succeeds, it returns S_OK. If it fails, it returns an error code.
This method sets up the interface pointers innerVsAggregatableProject, innerVsHierarchy, and innerVsUIHierarchy, then calls M:Microsoft.VisualStudio.ProjectAggregator2.Interop.IVsProjectAggregator2.SetInner(System.IntPtr).
Show: