Partager via


FlavoredProjectFactory.IVsProjectFactory.CanCreateProject, méthode

Détermine si le projet peut être créé.

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 CanCreateProject ( _
    fileName As String, _
    flags As UInteger, _
    <OutAttribute> ByRef canCreate As Integer _
) As Integer Implements IVsProjectFactory.CanCreateProject
int IVsProjectFactory.CanCreateProject(
    string fileName,
    uint flags,
    out int canCreate
)

Paramètres

  • canCreate
    Type : System.Int32%
    [out] retourne true si le projet peut être créé, sinon false.

Valeur de retour

Type : System.Int32
Si la méthode réussit, elle retourne S_OK.En cas d'échec, un code d'erreur est retourné.

Implémentations

IVsProjectFactory.CanCreateProject(String, UInt32, Int32%)

Remarques

Cette méthode appelle CanCreateProject.

Sécurité .NET Framework

Voir aussi

Référence

FlavoredProjectFactory Classe

Microsoft.VisualStudio.Shell.Flavor, espace de noms