IVCWizCtlUI.GetURLViaDlg(String, String) 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.
Get a URL using a dialog box.
public:
System::String ^ GetURLViaDlg(System::String ^ bstrDlgTitle, System::String ^ bstrStaticLabel);
public:
Platform::String ^ GetURLViaDlg(Platform::String ^ bstrDlgTitle, Platform::String ^ bstrStaticLabel);
std::wstring GetURLViaDlg(std::wstring const & bstrDlgTitle, std::wstring const & bstrStaticLabel);
[System.Runtime.InteropServices.DispId(1610743847)]
public string GetURLViaDlg (string bstrDlgTitle, string bstrStaticLabel);
[<System.Runtime.InteropServices.DispId(1610743847)>]
abstract member GetURLViaDlg : string * string -> string
Public Function GetURLViaDlg (bstrDlgTitle As String, bstrStaticLabel As String) As String
Parameters
- bstrDlgTitle
- String
Dialog box title.
- bstrStaticLabel
- String
Dialog box label.
Returns
String containing the URL.
- Attributes