VCWizCtlClass::GetDirectoryViaBrowseDlg Method (String^, String^)
Visual Studio 2015
Gets the specified directory by using the .5035B5BA-E0E7-4198-92EF-003109202A8E
Assembly: Microsoft.VisualStudio.VsWizard (in Microsoft.VisualStudio.VsWizard.dll)
public: virtual 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.
See the ISAPI project directory text box in GetClassCommandHandlerDesc for more information.
Show: