IVsAggregatableProjectCorrected.InitializeForOuter Method

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

Namespace:  Microsoft.VisualStudio.Shell.Flavor
Assemblies:   Microsoft.VisualStudio.Shell.10.0 (in Microsoft.VisualStudio.Shell.10.0.dll)
  Microsoft.VisualStudio.Shell.9.0 (in Microsoft.VisualStudio.Shell.9.0.dll)

Syntax

声明
Function InitializeForOuter ( _
    pszFilename As String, _
    pszLocation As String, _
    pszName As String, _
    grfCreateFlags As UInteger, _
    ByRef iidProject As Guid, _
    <OutAttribute> ByRef ppvProject As IntPtr, _
    <OutAttribute> ByRef pfCanceled As Integer _
) As Integer
用法
Dim instance As IVsAggregatableProjectCorrected
Dim pszFilename As String
Dim pszLocation As String
Dim pszName As String
Dim grfCreateFlags As UInteger
Dim iidProject As Guid
Dim ppvProject As IntPtr
Dim pfCanceled As Integer
Dim returnValue As Integer

returnValue = instance.InitializeForOuter(pszFilename, _
    pszLocation, pszName, grfCreateFlags, _
    iidProject, ppvProject, pfCanceled)
int InitializeForOuter(
    string pszFilename,
    string pszLocation,
    string pszName,
    uint grfCreateFlags,
    ref Guid iidProject,
    out IntPtr ppvProject,
    out int pfCanceled
)
int InitializeForOuter(
    String^ pszFilename, 
    String^ pszLocation, 
    String^ pszName, 
    unsigned int grfCreateFlags, 
    Guid% iidProject, 
    [OutAttribute] IntPtr% ppvProject, 
    [OutAttribute] int% pfCanceled
)
abstract InitializeForOuter : 
        pszFilename:string * 
        pszLocation:string * 
        pszName:string * 
        grfCreateFlags:uint32 * 
        iidProject:Guid byref * 
        ppvProject:IntPtr byref * 
        pfCanceled:int byref -> int 
function InitializeForOuter(
    pszFilename : String, 
    pszLocation : String, 
    pszName : String, 
    grfCreateFlags : uint, 
    iidProject : Guid, 
    ppvProject : IntPtr, 
    pfCanceled : int
) : int

Parameters

  • pszFilename
    Type: System.String
    [in] Project file name of the project to be initialized.
  • pszLocation
    Type: System.String
    [out] Location of the initialized project file.
  • pszName
    Type: System.String
    [in] Pointer to a null-terminated string containing the name.
  • iidProject
    Type: System.Guid%
    [in] Identifier of the interface of the returned ppvProject.
  • ppvProject
    Type: System.IntPtr%
    [out, iid_is(iidProject)] Pointer to the interface specified by iidProject.
  • pfCanceled
    Type: System.Int32%
    [out] Pointer to a flag where true indicates canceled.

Return Value

Type: System.Int32
If the method succeeds, it returns S_OK. If it fails, it returns an error code.

.NET Framework Security

See Also

Reference

IVsAggregatableProjectCorrected Interface

IVsAggregatableProjectCorrected Members

Microsoft.VisualStudio.Shell.Flavor Namespace