VCWizCtlClass.GetExistingFileNameViaDlg Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
virtual System::String ^ GetExistingFileNameViaDlg(System::String ^ bstrDlgTitle, System::String ^ bstrInitialDir, System::String ^ bstrFilter, System::String ^ bstrFileName) = Microsoft::VisualStudio::VsWizard::IVCWizCtlUI::GetExistingFileNameViaDlg;
public:
virtual Platform::String ^ GetExistingFileNameViaDlg(Platform::String ^ bstrDlgTitle, Platform::String ^ bstrInitialDir, Platform::String ^ bstrFilter, Platform::String ^ bstrFileName) = Microsoft::VisualStudio::VsWizard::IVCWizCtlUI::GetExistingFileNameViaDlg;
virtual std::wstring GetExistingFileNameViaDlg(std::wstring const & bstrDlgTitle, std::wstring const & bstrInitialDir, std::wstring const & bstrFilter, std::wstring const & bstrFileName);
[System.Runtime.InteropServices.DispId(1610743849)]
public virtual string GetExistingFileNameViaDlg (string bstrDlgTitle, string bstrInitialDir, string bstrFilter, string bstrFileName);
[<System.Runtime.InteropServices.DispId(1610743849)>]
abstract member GetExistingFileNameViaDlg : string * string * string * string -> string
override this.GetExistingFileNameViaDlg : string * string * string * string -> string
Public Overridable Function GetExistingFileNameViaDlg (bstrDlgTitle As String, bstrInitialDir As String, bstrFilter As String, bstrFileName As String) As String
Parameters
- bstrDlgTitle
- String
- bstrInitialDir
- String
- bstrFilter
- String
- bstrFileName
- String
Returns
Implements
- Attributes