FlavoredProject::InitializeForOuter Method (String^, String^, String^, UInt32, Guid, Boolean)
Visual Studio 2015
Called by the outer project subtype to have the owned inner project subtype do its initialization work.
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.
Show: