FlavoredProject::SetInnerProject Method (Object^)

 

Sets up the interfaces and menu commands for the inner project.

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

protected:
virtual void SetInnerProject(
	Object^ inner
)

Parameters

inner
Type: System::Object^

The inner project subtype.

This method does not do initialization, which is performed by InitializeForOuter.

Return to top
Show: