IVCWizCtlUI::GetDirectoryViaBrowseDlg Method (String^, String^)

 

Gets the specified directory by using the .5035B5BA-E0E7-4198-92EF-003109202A8E

Namespace:   Microsoft.VisualStudio.VsWizard
Assembly:  Microsoft.VisualStudio.VsWizard (in Microsoft.VisualStudio.VsWizard.dll)

String^ GetDirectoryViaBrowseDlg(
	String^ bstrDlgTitle,
	String^ bstrInitialDir
)

Parameters

bstrDlgTitle
Type: System::String^

Required. A string containing the title to display in the Browse dialog box.

bstrInitialDir
Type: System::String^

Required. A string containing the initial directory to open in the Browse dialog box.

Return Value

Type: System::String^

A string containing the complete directory path that the user selects after clicking Open in the Browse dialog box.

Return to top
Show: