Partager via


FlavoredProject.IVsAggregatableProject.InitializeForOuter, méthode

Appelé par le sous-type externe de projet pour avoir le sous-type interne de projet effectuez son travail d'initialisation.

Espace de noms :  Microsoft.VisualStudio.Shell.Flavor
Assembly :  Microsoft.VisualStudio.Shell.11.0 (dans Microsoft.VisualStudio.Shell.11.0.dll)

Syntaxe

'Déclaration
Private Function InitializeForOuter ( _
    fileName As String, _
    location As String, _
    name As String, _
    flags As UInteger, _
    ByRef guidProject As Guid, _
    <OutAttribute> ByRef project As IntPtr, _
    <OutAttribute> ByRef canceled As Integer _
) As Integer Implements IVsAggregatableProject.InitializeForOuter
int IVsAggregatableProject.InitializeForOuter(
    string fileName,
    string location,
    string name,
    uint flags,
    ref Guid guidProject,
    out IntPtr project,
    out int canceled
)

Paramètres

  • fileName
    Type : System.String
    Le nom de fichier de projet du projet d'être initialisé.
  • location
    Type : System.String
    Le chemin d'accès du fichier projet. 
  • flags
    Type : System.UInt32
    Balises qui décrivent comment un projet doit être créé ou ouvert.Des valeurs sont prises de l'énumération d'__VSCREATEPROJFLAGS.
  • guidProject
    Type : System.Guid%
    [ref] référence l'ID d'interface du projet.Ce doit être IID_IUnknown.
  • project
    Type : System.IntPtr%
    [out] pointeur d'Un au projet. 
  • canceled
    Type : System.Int32%
    [out] true si le projet était annulé. 

Valeur de retour

Type : System.Int32
Si la méthode réussit, S_OK, sinon code d'erreur.

Implémentations

IVsAggregatableProject.InitializeForOuter(String, String, String, UInt32, Guid%, IntPtr%, Int32%)

Remarques

Cette méthode appelle InitializeForOuter.

Sécurité .NET Framework

Voir aussi

Référence

FlavoredProject Classe

Microsoft.VisualStudio.Shell.Flavor, espace de noms