FlavoredProject::InitializeForOuter Method (String^, String^, String^, UInt32, Guid, Boolean)

 

Called by the outer project subtype to have the owned inner project subtype do its initialization work.

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

protected:
virtual void InitializeForOuter(
	String^ fileName,
	String^ location,
	String^ name,
	unsigned int flags,
	Guid% guidProject,
	[OutAttribute] bool% cancel
)

Parameters

fileName
Type: System::String^

The name of the project file.

location
Type: System::String^

The path of the project file.

name
Type: System::String^

The name of the project.

flags
Type: System::UInt32

Flags from the T:Microsoft.VisualStudio.Shell.Interop.__VSCREATEPROJECTFLAGS enumeration.

guidProject
Type: System::Guid

[ref] The interface ID of the project.

cancel
Type: System::Boolean

[out] Returns true if project creation was canceled.

By default simply sets cancel to false.

Return to top
Show: