Partager via


FlavoredProject.InitializeForOuter, méthode

Appelé par le sous-type externe de projet pour avoir le sous-type interne possédé 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
Protected Overridable Sub InitializeForOuter ( _
    fileName As String, _
    location As String, _
    name As String, _
    flags As UInteger, _
    ByRef guidProject As Guid, _
    <OutAttribute> ByRef cancel As Boolean _
)
protected virtual void InitializeForOuter(
    string fileName,
    string location,
    string name,
    uint flags,
    ref Guid guidProject,
    out bool cancel
)

Paramètres

  • location
    Type : System.String
    Le chemin d'accès du fichier projet.
  • flags
    Type : System.UInt32
    Balises de l'énumération d'__VSCREATEPROJECTFLAGS.
  • guidProject
    Type : System.Guid%
    [ref] référence l'ID d'interface du projet.
  • cancel
    Type : System.Boolean%
    [out] retourne true si la création de projet était annulée.

Remarques

Définit par défaut simplement cancel à false.

Sécurité .NET Framework

Voir aussi

Référence

FlavoredProject Classe

Microsoft.VisualStudio.Shell.Flavor, espace de noms