FlavoredProjectFactory.PreCreateForOuter(Object) Method

Definition

Creates an instance of the project.

protected:
 abstract System::Object ^ PreCreateForOuter(System::Object ^ outerProject);
protected:
 abstract Platform::Object ^ PreCreateForOuter(Platform::Object ^ outerProject);
 abstract winrt::Windows::Foundation::IInspectable PreCreateForOuter(winrt::Windows::Foundation::IInspectable const & outerProject);
protected abstract object PreCreateForOuter (object outerProject);
abstract member PreCreateForOuter : obj -> obj
Protected MustOverride Function PreCreateForOuter (outerProject As Object) As Object

Parameters

outerProject
Object

Returns

The project subtype

Remarks

This method is abstract. When implemented in a derived class, creates an inner project and sets the outer project's inner references to it. Initialization should be performed in the InitializeForOuter method.

Applies to