Share via


FlavoredProject.SetInnerProject Method

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

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

Syntax

'Declaration
Protected Overridable Sub SetInnerProject ( _
    inner As Object _
)
protected virtual void SetInnerProject(
    Object inner
)
protected:
virtual void SetInnerProject(
    Object^ inner
)
abstract SetInnerProject : 
        inner:Object -> unit  
override SetInnerProject : 
        inner:Object -> unit
protected function SetInnerProject(
    inner : Object
)

Parameters

  • inner
    Type: Object

    The inner project subtype.

Remarks

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

.NET Framework Security

See Also

Reference

FlavoredProject Class

Microsoft.VisualStudio.Shell.Flavor Namespace