FlavoredProjectBase.InitializeForOuter Method

Definition

Allows the project to initialize itself. At this point it possible to call the inner project. This method also allows canceling the project creation process.

protected:
 virtual void InitializeForOuter(System::String ^ fileName, System::String ^ ___location, System::String ^ name, System::UInt32 flags, Guid % guidProject, [Runtime::InteropServices::Out] bool % cancel);
protected virtual void InitializeForOuter(string fileName, string ___location, string name, uint flags, ref Guid guidProject, out bool cancel);
abstract member InitializeForOuter : string * string * string * uint32 * Guid * bool -> unit
override this.InitializeForOuter : string * string * string * uint32 * Guid * bool -> unit
Protected Overridable Sub InitializeForOuter (fileName As String, ___location As String, name As String, flags As UInteger, ByRef guidProject As Guid, ByRef cancel As Boolean)

Parameters

fileName
String
___location
String
name
String
flags
UInt32
guidProject
Guid
cancel
Boolean

Applies to