FlavoredProjectBase::InitializeForOuter Method (String^, String^, String^, UInt32, Guid, Boolean)
Visual Studio 2015
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.
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^
- location
- Type: System::String^
- name
- Type: System::String^
- flags
- Type: System::UInt32
- guidProject
- Type: System::Guid
- cancel
- Type: System::Boolean
Show: