IVCWizCtlUI.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
Function CanCreateNewProjectAtLocation ( _
fCreateNewSolution As Boolean, _
bstrFullProjectFilePath As String, _
fDeleteDirectory As Boolean _
) As Boolean
bool CanCreateNewProjectAtLocation(
bool fCreateNewSolution,
string bstrFullProjectFilePath,
bool fDeleteDirectory
)
bool CanCreateNewProjectAtLocation(
[InAttribute] bool fCreateNewSolution,
[InAttribute] String^ bstrFullProjectFilePath,
[InAttribute] bool fDeleteDirectory
)
abstract CanCreateNewProjectAtLocation :
fCreateNewSolution:bool *
bstrFullProjectFilePath:string *
fDeleteDirectory:bool -> bool
function CanCreateNewProjectAtLocation(
fCreateNewSolution : boolean,
bstrFullProjectFilePath : String,
fDeleteDirectory : boolean
) : boolean
Paramètres
fCreateNewSolution
Type : BooleanRequis. true si une nouvelle solution est créée avec le projet ; sinon, false.
bstrFullProjectFilePath
Type : StringRequis. Chaîne contenant le chemin qualifié complet et le nom de fichier pour le projet.
fDeleteDirectory
Type : BooleanRequis. true si le répertoire temporaire du projet doit être supprimé ; sinon, false.
Valeur de retour
Type : Boolean
true si le projet peut être créé dans le répertoire et avec le nom spécifiés ; sinon, false.
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, voir Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.