Partager via


IVCWizCtlUI.DoesFileExist, méthode

Détermine si le nom de fichier spécifié existe.

Espace de noms :  Microsoft.VisualStudio.VsWizard
Assembly :  Microsoft.VisualStudio.VsWizard (dans Microsoft.VisualStudio.VsWizard.dll)

Syntaxe

'Déclaration
Function DoesFileExist ( _
    bstrFileName As String _
) As Boolean
bool DoesFileExist(
    string bstrFileName
)
bool DoesFileExist(
    [InAttribute] String^ bstrFileName
)
abstract DoesFileExist : 
        bstrFileName:string -> bool 
function DoesFileExist(
    bstrFileName : String
) : boolean

Paramètres

  • bstrFileName
    Type : System.String
    Requis.Chaîne contenant le nom du fichier.

Valeur de retour

Type : System.Boolean
true si le fichier existe ; sinon, false.

Sécurité .NET Framework

Voir aussi

Référence

IVCWizCtlUI Interface

Microsoft.VisualStudio.VsWizard, espace de noms