VCWizCtlClass.DoesFileExist(String) Yöntem

Tanım

Belirtilen dosya adının mevcut olup olmadığını belirler.

public:
 virtual bool DoesFileExist(System::String ^ bstrFileName) = Microsoft::VisualStudio::VsWizard::IVCWizCtlUI::DoesFileExist;
public:
 virtual bool DoesFileExist(Platform::String ^ bstrFileName) = Microsoft::VisualStudio::VsWizard::IVCWizCtlUI::DoesFileExist;
 virtual bool DoesFileExist(std::wstring const & bstrFileName);
[System.Runtime.InteropServices.DispId(1610743850)]
public virtual bool DoesFileExist (string bstrFileName);
[<System.Runtime.InteropServices.DispId(1610743850)>]
abstract member DoesFileExist : string -> bool
override this.DoesFileExist : string -> bool
Public Overridable Function DoesFileExist (bstrFileName As String) As Boolean

Parametreler

bstrFileName
String

Gereklidir. Dosyanın adını içeren bir dize.

Döndürülenler

Boolean

true dosya varsa; Aksi takdirde, false .

Uygulamalar

Öznitelikler

Şunlara uygulanır