VCWizCtlClass.DoesFileExist – metoda
Určuje, zda existuje zadaný název souboru.
Obor názvů: Microsoft.VisualStudio.VsWizard
Sestavení: Microsoft.VisualStudio.VsWizard (v Microsoft.VisualStudio.VsWizard.dll)
Syntaxe
'Deklarace
Public Overridable Function DoesFileExist ( _
bstrFileName As String _
) As Boolean
public virtual bool DoesFileExist(
string bstrFileName
)
public:
virtual bool DoesFileExist(
[InAttribute] String^ bstrFileName
)
abstract DoesFileExist :
bstrFileName:string -> bool
override DoesFileExist :
bstrFileName:string -> bool
public function DoesFileExist(
bstrFileName : String
) : boolean
Parametry
bstrFileName
Typ: StringPožadováno.Řetězec obsahující název souboru.
Vrácená hodnota
Typ: Boolean
true Pokud soubor existuje; jinak false.
Implementuje
IVCWizCtlUI.DoesFileExist(String)
Zabezpečení rozhraní .NET Framework
- Plná důvěra přímému volajícímu. Částečně zabezpečený kód nemůže tento člen použít. Další informace naleznete v tématu Používání knihoven z částečně důvěryhodného kódu.
Viz také
Referenční dokumentace
Microsoft.VisualStudio.VsWizard – obor názvů