IVsUIShell5::GetOpenFileNameViaDlgEx2 Method (array<VSOPENFILENAMEW>^, String^, String^)
Visual Studio 2015
Brings up the File Open dialog box to obtain a specified open file.
Assembly: Microsoft.VisualStudio.Shell.Interop.11.0 (in Microsoft.VisualStudio.Shell.Interop.11.0.dll)
void GetOpenFileNameViaDlgEx2( array<VSOPENFILENAMEW>^ openFileName, String^ HelpTopic, String^ openButtonLabel )
Parameters
- openFileName
-
Type:
array<Microsoft.VisualStudio.Shell.Interop::VSOPENFILENAMEW>^
[in, out] A VSOPENFILENAMEW structure that contains information used to initialize the File Open dialog box. When this method returns, this structure contains information about the user's file selection.
- HelpTopic
-
Type:
System::String^
[in] A string containing the help topic.
- openButtonLabel
-
Type:
System::String^
[in] The caption of the Open button in the File Open dialog displayed during the call. This parameter overrides the default Open name of the button.
Show: