VCWizCtlClass.CanCreateNewProjectAtLocation, méthode
Indique si le nouveau projet peut être créé à l'emplacement spécifié.
Espace de noms : Microsoft.VisualStudio.VsWizard
Assembly : Microsoft.VisualStudio.VsWizard (dans Microsoft.VisualStudio.VsWizard.dll)
Syntaxe
'Déclaration
Public Overridable Function CanCreateNewProjectAtLocation ( _
fCreateNewSolution As Boolean, _
bstrFullProjectFilePath As String, _
fDeleteDirectory As Boolean _
) As Boolean
public virtual bool CanCreateNewProjectAtLocation(
bool fCreateNewSolution,
string bstrFullProjectFilePath,
bool fDeleteDirectory
)
public:
virtual bool CanCreateNewProjectAtLocation(
[InAttribute] bool fCreateNewSolution,
[InAttribute] String^ bstrFullProjectFilePath,
[InAttribute] bool fDeleteDirectory
)
abstract CanCreateNewProjectAtLocation :
fCreateNewSolution:bool *
bstrFullProjectFilePath:string *
fDeleteDirectory:bool -> bool
override CanCreateNewProjectAtLocation :
fCreateNewSolution:bool *
bstrFullProjectFilePath:string *
fDeleteDirectory:bool -> bool
public function CanCreateNewProjectAtLocation(
fCreateNewSolution : boolean,
bstrFullProjectFilePath : String,
fDeleteDirectory : boolean
) : boolean
Paramètres
- fCreateNewSolution
Type : System.Boolean
Requis. true si une nouvelle solution est créée avec le projet ; sinon, false.
- bstrFullProjectFilePath
Type : System.String
Requis.Chaîne contenant le chemin qualifié complet et le nom de fichier pour le projet.
- fDeleteDirectory
Type : System.Boolean
Requis. true si le répertoire temporaire du projet doit être supprimé ; sinon, false.
Valeur de retour
Type : System.Boolean
true si le projet peut être créé dans le répertoire et avec le nom spécifiés ; sinon, false.
Implémentations
IVCWizCtlUI.CanCreateNewProjectAtLocation(Boolean, String, Boolean)
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.
Voir aussi
Référence
Microsoft.VisualStudio.VsWizard, espace de noms