FlavoredProjectBase::IVsAggregatableProjectCorrected::InitializeForOuter Method (String^, String^, String^, UInt32, Guid, IntPtr, Int32)

 

Do the initialization here (such as loading flavor specific information from the project)

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

private:
virtual int InitializeForOuter(
	String^ fileName,
	String^ location,
	String^ name,
	unsigned int flags,
	Guid% guidProject,
	[OutAttribute] IntPtr% project,
	[OutAttribute] int% canceled
) sealed = IVsAggregatableProjectCorrected::InitializeForOuter

Parameters

fileName
Type: System::String^
location
Type: System::String^
name
Type: System::String^
flags
Type: System::UInt32
guidProject
Type: System::Guid
project
Type: System::IntPtr
canceled
Type: System::Int32

Return Value

Type: System::Int32

The HRESULT.

Return to top
Show: