IVsUIShell6::GetOpenFileNameViaDlgEx2 Method (array<VSOPENFILENAMEW>^, String^, String^)

 

Brings up the File Open dialog box to obtain a specified open file.

Namespace:   Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop.12.0 (in Microsoft.VisualStudio.Shell.Interop.12.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.

Return to top
Show: