FlavoredProject.SetInnerProject(Object) Method

Definition

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

protected:
 virtual void SetInnerProject(System::Object ^ inner);
protected:
 virtual void SetInnerProject(Platform::Object ^ inner);
 virtual void SetInnerProject(winrt::Windows::Foundation::IInspectable const & inner);
protected virtual void SetInnerProject (object inner);
abstract member SetInnerProject : obj -> unit
override this.SetInnerProject : obj -> unit
Protected Overridable Sub SetInnerProject (inner As Object)

Parameters

inner
Object

The inner project subtype.

Remarks

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

Applies to