FlavoredProjectBase.IVsAggregatableProjectCorrected.InitializeForOuter Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Do the initialization here (such as loading flavor specific information from the project)
virtual int Microsoft.VisualStudio.Shell.Flavor.IVsAggregatableProjectCorrected.InitializeForOuter(System::String ^ fileName, System::String ^ location, System::String ^ name, System::UInt32 flags, Guid % guidProject, [Runtime::InteropServices::Out] IntPtr % project, [Runtime::InteropServices::Out] int % canceled) = Microsoft::VisualStudio::Shell::Flavor::IVsAggregatableProjectCorrected::InitializeForOuter;
int IVsAggregatableProjectCorrected.InitializeForOuter (string fileName, string location, string name, uint flags, ref Guid guidProject, out IntPtr project, out int canceled);
abstract member Microsoft.VisualStudio.Shell.Flavor.IVsAggregatableProjectCorrected.InitializeForOuter : string * string * string * uint32 * Guid * nativeint * int -> int
override this.Microsoft.VisualStudio.Shell.Flavor.IVsAggregatableProjectCorrected.InitializeForOuter : string * string * string * uint32 * Guid * nativeint * int -> int
Function InitializeForOuter (fileName As String, location As String, name As String, flags As UInteger, ByRef guidProject As Guid, ByRef project As IntPtr, ByRef canceled As Integer) As Integer Implements IVsAggregatableProjectCorrected.InitializeForOuter
Parameters
- fileName
- String
- location
- String
- name
- String
- flags
- UInt32
- guidProject
- Guid
- project
-
IntPtr
nativeint
- canceled
- Int32
Returns
The HRESULT.